fix(perf): set gp2 storageClass for Bitnami Postgres and Redis on EKS

PVCs were Pending with no storageClass; bind to cluster gp2 so volumes
provision and StatefulSets can schedule.

Made-with: Cursor
This commit is contained in:
harish-berri 2026-04-22 19:27:07 +00:00
parent c5fdb9cc3e
commit d39ea97128

View file

@ -64,9 +64,20 @@ db:
deployStandalone: true
useExisting: false
# Bitnami subcharts: set StorageClass so PVCs provision on EKS (e.g. gp2 in-tree or gp3 via CSI).
# Without this, claims stay Pending with an empty STORAGECLASS. If you already have Pending PVCs,
# delete them after syncing so StatefulSets recreate claims (wiping local DB/Redis data).
postgresql:
primary:
persistence:
storageClass: gp2
redis:
enabled: true
architecture: standalone
master:
persistence:
storageClass: gp2
migrationJob:
hooks: