Update the values in manifests dir
This commit is contained in:
parent
8476fa6b2c
commit
c8b62c6c55
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user