mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
pvc fix
This commit is contained in:
@@ -142,7 +142,7 @@ spec:
|
||||
# helm.sh/resource-policy: keep
|
||||
# -- Config: Access modes for the claim
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
- ReadWriteOnce
|
||||
# -- Config: Size for the claim
|
||||
size: 2Gi
|
||||
# -- Config: Alternative data volume definition (e.g. nfs, hostPath). Used when `persistence.config.isPvc` is `false`
|
||||
@@ -163,7 +163,7 @@ spec:
|
||||
# helm.sh/resource-policy: keep
|
||||
# -- Data: Access modes for the claim
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
- ReadWriteMany
|
||||
# -- Data: Size for the claim
|
||||
size: 64Gi
|
||||
# -- Data: Alternative data volume definition (e.g. nfs, hostPath). Used when `persistence.data.isPvc` is `false`
|
||||
|
||||
Reference in New Issue
Block a user