Files
manifests/values/gitea/manifests/database.yaml
T
2026-01-22 12:31:52 +01:00

12 lines
234 B
YAML

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: gitea-db
namespace: gitea
spec:
instances: 1
imageName: ghcr.io/cloudnative-pg/postgresql:18-system-trixie
storage:
resizeInUseVolumes: true
size: 10Gi