Update for traefik v2.2
This commit is contained in:
parent
5dde77e4e7
commit
6291ae29aa
2 changed files with 5 additions and 2 deletions
|
|
@ -6,5 +6,6 @@ ingress_domain: "local.dataminem.net"
|
||||||
# - 192.168.140.0/24
|
# - 192.168.140.0/24
|
||||||
basic_auth: false
|
basic_auth: false
|
||||||
#traefik_version: "2.0"
|
#traefik_version: "2.0"
|
||||||
|
traefik_namespace: tools
|
||||||
|
|
||||||
scope_version: 1.12.0
|
scope_version: 1.12.0
|
||||||
|
|
|
||||||
|
|
@ -72,9 +72,11 @@ spec:
|
||||||
# (default 100ms) Interval between flushes of the buffered response body to the client.
|
# (default 100ms) Interval between flushes of the buffered response body to the client.
|
||||||
flushInterval: 100ms
|
flushInterval: 100ms
|
||||||
tls:
|
tls:
|
||||||
secretName: wildcard-cluster
|
store:
|
||||||
|
name: default
|
||||||
|
namespace: {{ traefik_namespace }}
|
||||||
options:
|
options:
|
||||||
name: default
|
name: default
|
||||||
namespace: tools
|
namespace: {{ traefik_namespace }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue