fix(dendrite): fix helm schema errors, use smaller pvc size
This commit is contained in:
parent
2cff2dba23
commit
78fde5a9bb
|
@ -72,7 +72,7 @@ spec:
|
|||
data:
|
||||
existingClaim: dendrite
|
||||
globalMounts:
|
||||
- /var/dendrite
|
||||
- path: /var/dendrite
|
||||
|
||||
# searchindex:
|
||||
# type: hostPath
|
||||
|
|
|
@ -29,4 +29,4 @@ spec:
|
|||
name: cluster-secrets
|
||||
substitute:
|
||||
APP: *app
|
||||
VOLSYNC_CAPACITY: 20Gi
|
||||
VOLSYNC_CAPACITY: 10Gi
|
Loading…
Reference in New Issue