Use default certificate by default
This commit is contained in:
parent
a9faf1337c
commit
ecc9410692
3 changed files with 4 additions and 5 deletions
|
|
@ -42,7 +42,9 @@ spec:
|
|||
# (default 100ms) Interval between flushes of the buffered response body to the client.
|
||||
flushInterval: 100ms
|
||||
tls:
|
||||
secretName: wildcard-cluster
|
||||
{% if traefik_dashboard_certificate is defined %}
|
||||
secretName: {{ traefik_dashboard_certificate }}
|
||||
{% endif %}
|
||||
options:
|
||||
name: default
|
||||
namespace: {{ traefik_namespace }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue