瀏覽代碼

Fix service name in federation labels for Dendrite

pull/3093/head
Slavi Pantaleev 2 年之前
父節點
當前提交
0701a01825
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-dendrite/templates/labels.j2

+ 1
- 1
roles/custom/matrix-dendrite/templates/labels.j2 查看文件

@@ -129,7 +129,7 @@ traefik.http.routers.matrix-dendrite-federation-api.rule={{ matrix_dendrite_cont
traefik.http.routers.matrix-dendrite-federation-api.priority={{ matrix_dendrite_container_labels_federation_api_traefik_priority }} traefik.http.routers.matrix-dendrite-federation-api.priority={{ matrix_dendrite_container_labels_federation_api_traefik_priority }}
{% endif %} {% endif %}


traefik.http.routers.matrix-dendrite-federation-api.service=matrix-dendrite-federation-api
traefik.http.routers.matrix-dendrite-federation-api.service=matrix-dendrite
traefik.http.routers.matrix-dendrite-federation-api.entrypoints={{ matrix_dendrite_container_labels_federation_api_traefik_entrypoints }} traefik.http.routers.matrix-dendrite-federation-api.entrypoints={{ matrix_dendrite_container_labels_federation_api_traefik_entrypoints }}
traefik.http.routers.matrix-dendrite-federation-api.tls={{ matrix_dendrite_container_labels_federation_api_traefik_tls | to_json }} traefik.http.routers.matrix-dendrite-federation-api.tls={{ matrix_dendrite_container_labels_federation_api_traefik_tls | to_json }}




Loading…
取消
儲存