瀏覽代碼

Move Honoroit metrics from /honoroit/metrics to /metrics/honoroit

This restores consistency with other services.

Related to 8f903fa621
pull/2696/head
Slavi Pantaleev 3 年之前
父節點
當前提交
b5d5e49235
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      group_vars/matrix_servers

+ 5
- 0
group_vars/matrix_servers 查看文件

@@ -1655,8 +1655,13 @@ matrix_bot_maubot_database_password: "{{ '%s' | format(matrix_homeserver_generic
matrix_bot_honoroit_enabled: false

matrix_bot_honoroit_hostname: "{{ matrix_server_fqn_matrix }}"

matrix_bot_honoroit_path_prefix: /honoroit

# For consistency with other things hosted at the matrix FQN, we adjust the metrics endpoint
# so that metrics would be served at `/metrics/SERVICE_NAME`, and not at the default path for the role (`PREFIX/metrics`).
matrix_bot_honoroit_container_labels_traefik_metrics_path: /metrics/honoroit

matrix_bot_honoroit_systemd_required_services_list: |
{{
['docker.service']


Loading…
取消
儲存