Update the values in manifests dir

This commit is contained in:
dvirlabs 2025-09-21 06:54:55 +03:00
parent 8476fa6b2c
commit c8b62c6c55

View File

@ -4,4 +4,11 @@ postgres:
password: wfpass # simple for POC password: wfpass # simple for POC
database: wf database: wf
service: service:
port: 5432 port: 5432
# Persistence configuration for StatefulSet
persistence:
enabled: true
accessMode: ReadWriteOnce
storageClass: "nfs-client" # empty -> default StorageClass. Set to e.g. 'fast' if needed
size: 8Gi