mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +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:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
||||
hosts:
|
||||
- host: &host authentik.khuedoan.com
|
||||
paths:
|
||||
@ -19,5 +22,11 @@ authentik:
|
||||
postgresql:
|
||||
enabled: true
|
||||
postgresqlPassword: *postgresql_password
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
redis:
|
||||
enabled: true
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
|
Loading…
Reference in New Issue
Block a user