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