Update for traefik v2.2

This commit is contained in:
Adrien Reslinger 2020-03-26 16:15:42 +01:00
parent 5dde77e4e7
commit 6291ae29aa
2 changed files with 5 additions and 2 deletions

View file

@ -6,5 +6,6 @@ ingress_domain: "local.dataminem.net"
# - 192.168.140.0/24
basic_auth: false
#traefik_version: "2.0"
traefik_namespace: tools
scope_version: 1.12.0

View file

@ -72,9 +72,11 @@ spec:
# (default 100ms) Interval between flushes of the buffered response body to the client.
flushInterval: 100ms
tls:
secretName: wildcard-cluster
store:
name: default
namespace: {{ traefik_namespace }}
options:
name: default
namespace: tools
namespace: {{ traefik_namespace }}
{% endif %}
{% endif %}