fix
This commit is contained in:
parent
93b1b7f473
commit
1683b4b48e
|
|
@ -4,8 +4,11 @@ ingress:
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
tls: true
|
tls: false
|
||||||
secrets: [wildcard-numbergoup-coza-tls]
|
extraTls:
|
||||||
|
- hosts:
|
||||||
|
- kimai.numbergoup.co.za
|
||||||
|
secretName: wildcard-numbergoup-coza-tls
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue