Update port name

This commit is contained in:
Adrien Reslinger 2021-12-25 01:55:08 +01:00
parent 771371672f
commit 917c6bdc26
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -7,7 +7,7 @@ metadata:
spec: spec:
entryPoints: entryPoints:
- https - websecure
routes: routes:
# Match is the rule corresponding to an underlying router. # Match is the rule corresponding to an underlying router.
# Later on, match could be the simple form of a path prefix, e.g. just "/bar", # Later on, match could be the simple form of a path prefix, e.g. just "/bar",
@ -45,4 +45,6 @@ spec:
tls: tls:
{% if traefik_dashboard_certificate is defined %} {% if traefik_dashboard_certificate is defined %}
secretName: {{ traefik_dashboard_certificate }} secretName: {{ traefik_dashboard_certificate }}
{% else %}
secretName: traefik.{{ traefik_domain }}
{% endif %} {% endif %}