Skip to content

Commit e31c62c

Browse files
committed
Add ReadWriteOnce access mode for the opengist volume in app.yaml.
1 parent adbe4e9 commit e31c62c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/opengist/app.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ spec:
1313
envVars: []
1414
cronjobs: []
1515
extraVolumes:
16-
- mountPath: /root/.opengist
16+
- accessModes:
17+
- ReadWriteOnce
18+
mountPath: /root/.opengist
1719
name: opengist-volume
1820
size: 1Gi
1921
storageClass: standard

0 commit comments

Comments
 (0)