cicd-deployment-manifests-t.../namespaces/staging-postgres.yaml

14 lines
255 B
YAML

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: staging-postgres
namespace: staging
spec:
instances: 1
enableSuperuserAccess: false
storage:
storageClass: democratic-nfs
size: 5Gi
monitoring:
enablePodMonitor: true