Add annotations to authentik's ingress annotations
This commit is contained in:
parent
2b7d318583
commit
af4a0d4409
|
@ -31,6 +31,9 @@ spec:
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-production"
|
||||||
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
hosts:
|
hosts:
|
||||||
- host: k3sauth.***REMOVED***
|
- host: k3sauth.***REMOVED***
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue