Skip to content

Commit e0af31a

Browse files
committed
conf(grep): switch to do-block-storage
Now with the sidecar container that updates the grep repository exists in the same pod, we can remove the NFS storage and use do-block-storage directly.
1 parent 199624c commit e0af31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/grep/base/pvc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
name: gitrepo
55
spec:
66
accessModes:
7-
- ReadWriteMany
8-
storageClassName: nfs-volatile
7+
- ReadWriteOnce
8+
storageClassName: do-block-storage
99
resources:
1010
requests:
1111
storage: 35Gi

0 commit comments

Comments
 (0)