apps/board/openproject: update pvc to ReadWriteOnce
This commit is contained in:
parent
5168bcc367
commit
40b8177630
2 changed files with 2 additions and 5 deletions
|
@ -7,7 +7,7 @@ metadata:
|
|||
stackspin.net/backupSet: "openproject"
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
- ReadWriteOnce
|
||||
volumeMode: Filesystem
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
@ -15,10 +15,7 @@ data:
|
|||
backup.velero.io/backup-volumes: "data"
|
||||
persistence:
|
||||
enabled: true
|
||||
# local-path does not support ReadWriteMany
|
||||
#accessModes:
|
||||
# - "ReadWriteMany"
|
||||
#existingClaim: "openproject-data"
|
||||
existingClaim: "openproject-data"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
|
Loading…
Add table
Reference in a new issue