This commit is contained in:
2025-02-24 05:20:54 -06:00
parent d53bb7b37c
commit fc2d1e8a1a
2 changed files with 15 additions and 3 deletions

View File

@@ -29,7 +29,19 @@ authentik:
worker:
replicas: 3
postgresql:
enabled: false
enabled: true
image:
registry: registry.durp.info
repository: bitnami/postgresql
pullPolicy: Always
postgresqlUsername: "authentik"
postgresqlDatabase: "authentik"
existingSecret: db-pass
persistence:
enabled: true
storageClass: longhorn
accessModes:
- ReadWriteMany
redis:
enabled: true
master: