feat(pvc): Increase persistence size and add annotations

Updates the persistence size from 5Gi to 200Gi to accommodate larger data storage needs.

Adds annotations for KMS key ID to enhance security and management of persistent volumes.
This commit is contained in:
Daniel Sy 2025-06-16 14:01:57 +02:00
parent 1a12aa3674
commit 8cf22ec66f
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -12,7 +12,9 @@ postgresql-ha:
persistence: persistence:
enabled: true enabled: true
size: 5Gi size: 200Gi
annotations:
everest.io/crypt-key-id: {{{ .Env.PVC_KMS_KEY_ID }}}
test: test:
enabled: false enabled: false