{ "postgresql": { "concerns": { "backup": { "backlog_ref": "BACKUP-DB-POSTGRES-001", "kind": "pending", "reason": "BackupPolicy with database scope + dump_strategy declared at workspace level" }, "certs": { "kind": "disabled", "reason": "no ACME issuer required" }, "dns": { "kind": "disabled", "reason": "no public DNS records" }, "observability": { "backlog_ref": "OBS-001", "kind": "pending", "reason": "ObservabilityImpl iteration deferred — surface stub only" }, "security": { "backlog_ref": "SEC-001", "kind": "pending", "reason": "SecurityImpl iteration deferred — surface stub only" }, "tls": { "kind": "disabled", "reason": "internal cluster service, ingress-level TLS handled separately" } }, "data_dir": "/var/lib/data/postgresql", "databases": [], "image": "postgres:18-bookworm", "live_check": { "scope": "cp_only", "strategy": "k8s_pods" }, "mode": "cluster", "name": "postgresql", "operations": { "backup": true, "config": true, "delete": true, "health": true, "install": true, "restore": true, "update": true }, "port": 5432, "provides": { "databases": [], "port": 5432, "service": "postgresql" }, "requires": { "credentials": [ "POSTGRES_PASSWORD" ], "ports": [ { "exposure": "private", "port": 5432 } ], "storage": { "persistent": true, "size": "10Gi" } }, "version": "18" } }