Update port name
This commit is contained in:
parent
771371672f
commit
917c6bdc26
1 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
|
||||
spec:
|
||||
entryPoints:
|
||||
- https
|
||||
- websecure
|
||||
routes:
|
||||
# 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",
|
||||
|
|
@ -45,4 +45,6 @@ spec:
|
|||
tls:
|
||||
{% if traefik_dashboard_certificate is defined %}
|
||||
secretName: {{ traefik_dashboard_certificate }}
|
||||
{% else %}
|
||||
secretName: traefik.{{ traefik_domain }}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue