Kaynağa Gözat

Removed additional label loop

element-call-integration
Backslash 1 yıl önce
committed by GitHub
ebeveyn
işleme
8644a7383e
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. +0
    -5
      roles/custom/matrix-element-call/templates/labels.j2

+ 0
- 5
roles/custom/matrix-element-call/templates/labels.j2 Dosyayı Görüntüle

@@ -4,8 +4,3 @@ traefik.http.routers.{{ matrix_element_call_hostname | replace('.', '_') }}-rout
traefik.http.routers.{{ matrix_element_call_hostname | replace('.', '_') }}-router.entrypoints: "{{ matrix_element_call_container_labels_traefik_entrypoints }}"
traefik.http.routers.{{ matrix_element_call_hostname | replace('.', '_') }}-router.tls.certresolver: "{{ matrix_element_call_container_labels_traefik_tls_certResolver }}"
traefik.http.services.{{ matrix_element_call_hostname | replace('.', '_') }}-service.loadbalancer.server.port: "8080"

# Additional labels (if any) specified by the user
{% for key, value in matrix_element_call_container_extra_arguments.items() %}
{{ key }}: "{{ value }}"
{% endfor %}

Yükleniyor…
İptal
Kaydet