Refactor PostgreSQL configuration and deployment to use new patterns.

This commit is contained in:
2025-06-07 16:10:11 -07:00
parent ed57228499
commit d5260307dc
6 changed files with 32 additions and 63 deletions

View File

@@ -9,4 +9,4 @@ spec:
storageClassName: longhorn
resources:
requests:
storage: 2Gi
storage: {{ (ds "config").apps.postgres.storage | default "10Gi" }}