Sync persistence from questions to values for few apps (#1038)
This commit is contained in:
@@ -43,6 +43,14 @@ service:
|
||||
enabled: true
|
||||
port: 443
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
# -- Configures the probes for the main Pod.
|
||||
# @default -- See values.yaml
|
||||
probes:
|
||||
|
||||
Reference in New Issue
Block a user