apiVersion: v2 name: postgresql description: | Single-instance PostgreSQL for this homelab. Hand-written rather than vendoring Bitnami's chart: Broadcom has been retiring and freezing images behind that repo (see claude.md infra issue #4, where it broke Contour twice), and PostgreSQL publishes no official Helm chart of its own. A single StatefulSet with one PVC is small enough that owning it outright costs less than depending on an unstable repackage. Not highly available and not intended to be. One replica, one PVC, no replication, no connection pooler. Adding any of those to a single-node cluster would be theatre. type: application version: 0.1.0 appVersion: "16"