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:
|
data:
|
||||||
existingClaim: dendrite
|
existingClaim: dendrite
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- /var/dendrite
|
- path: /var/dendrite
|
||||||
|
|
||||||
# searchindex:
|
# searchindex:
|
||||||
# type: hostPath
|
# type: hostPath
|
||||||
|
|
|
@ -29,4 +29,4 @@ spec:
|
||||||
name: cluster-secrets
|
name: cluster-secrets
|
||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
VOLSYNC_CAPACITY: 20Gi
|
VOLSYNC_CAPACITY: 10Gi
|
Loading…
Reference in New Issue