Files
kubernetes/manifests/artemis/grainlab-production/postgres-cluster.yaml
2026-03-17 10:58:12 +01:00

25 lines
380 B
YAML

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