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:
parent
1a12aa3674
commit
8cf22ec66f
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ postgresql-ha:
|
|||
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 5Gi
|
||||
size: 200Gi
|
||||
annotations:
|
||||
everest.io/crypt-key-id: {{{ .Env.PVC_KMS_KEY_ID }}}
|
||||
|
||||
test:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue