khmereid-backend-temp/k8s/base/postgres-kratos.yml
2025-10-29 19:32:34 +07:00

15 lines
306 B
YAML

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: postgres-kratos
namespace: default
# namespace: argocd
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
spec:
instances: 1
bootstrap:
initdb:
database: kratos_db
storage:
size: 1Gi