converting to ssl
This commit is contained in:
parent
8aac71a6a8
commit
a88a33c863
|
|
@ -3,10 +3,15 @@ ingress:
|
||||||
className: traefik
|
className: traefik
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: kimai.local
|
- host: kimai.numbergoup.co.za
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- kimai.numbergoup.co.za
|
||||||
|
secretName: wildcard-numbergoup-coza-tls
|
||||||
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue