apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: grainlab-db namespace: grainlab-production spec: instances: 1 bootstrap: initdb: database: grainlab owner: grainlab secret: name: grainlab-db-credentials storage: size: 10Gi resources: requests: cpu: 100m memory: 256Mi limits: memory: 512Mi