cnpg with authentik

This commit is contained in:
Ruben Hensen
2026-03-15 00:27:17 +01:00
parent 09f019264f
commit 4d551d43b0
3 changed files with 46 additions and 11 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: authentik-postgres
spec:
instances: 1
primaryUpdateStrategy: unsupervised
bootstrap:
initdb:
database: authentik
owner: authentik
secret:
name: authentik-postgres-credentials
storage:
storageClass: longhorn
size: 8Gi