mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
cnpg with authentik
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user