mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
feat(platform/authentik): update ingress and storage class
This commit is contained in:
parent
ee136cb19f
commit
862236881c
@ -6,6 +6,9 @@ authentik:
|
|||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
ingressClassName: nginx
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host authentik.khuedoan.com
|
- host: &host authentik.khuedoan.com
|
||||||
paths:
|
paths:
|
||||||
@ -19,5 +22,11 @@ authentik:
|
|||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
postgresqlPassword: *postgresql_password
|
postgresqlPassword: *postgresql_password
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
storageClass: longhorn
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
storageClass: longhorn
|
||||||
|
Loading…
Reference in New Issue
Block a user