# kustomization.yaml - Defines PostgreSQL deployment helmCharts: - name: postgresql # ← Deploys Bitnami PostgreSQL valuesInline: auth: existingSecret: llm-trace-langfuse-postgres # ← References secret above primary: persistence: enabled: false # ← No persistent disk for dev