refactor ingress
This commit is contained in:
parent
a88a33c863
commit
22818cf14c
|
|
@ -1,17 +1,11 @@
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
host: kimai.numbergoup.co.za
|
||||||
|
path: /
|
||||||
hosts:
|
|
||||||
- host: kimai.numbergoup.co.za
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
className: traefik
|
||||||
- hosts:
|
tls: true
|
||||||
- kimai.numbergoup.co.za
|
tlsSecret: wildcard-numbergoup-coza-tls
|
||||||
secretName: wildcard-numbergoup-coza-tls
|
|
||||||
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue