mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
17 lines
329 B
YAML
17 lines
329 B
YAML
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
|