Skip to content

PostgreSQL Cluster

Simple Cluster

cnpg-cluster.yaml
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
  name: <NAME>-db
  namespace: <NAMESPACE>
spec:
  instances: 2
  storage:
    size: 5Gi
    storageClass: longhorn