소스 검색

testing traefik labels again.

element-call-integration
wjbeckett 1 년 전
부모
커밋
cb41fb02ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-element-call/templates/element-call-labels.j2

+ 1
- 1
roles/custom/matrix-element-call/templates/element-call-labels.j2 파일 보기

@@ -31,7 +31,7 @@ traefik.http.routers.element-call.rule={{ matrix_element_call_container_labels_t
{% if matrix_element_call_container_labels_traefik_priority | int > 0 %}
traefik.http.routers.element-call.priority={{ matrix_element_call_container_labels_traefik_priority }}
{% endif %}
traefik.http.routers.element-call.service=matrix-element-call
traefik.http.routers.element-call.service=element-call
{% if middlewares | length > 0 %}
traefik.http.routers.element-call.middlewares={{ middlewares | join(',') }}
{% endif %}


불러오는 중...
취소
저장