Skip to content

Commit 8b75134

Browse files
tjohnson31415njhill
authored andcommitted
deploy/fix: update shm patch to mount to /dev/shm (#537)
1 parent 1a514e3 commit 8b75134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/base/patches/shm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
- name: server
1111

1212
volumeMounts:
13-
- mountPath: /shm
13+
- mountPath: /dev/shm
1414
name: shm
1515

1616
volumes:

0 commit comments

Comments
 (0)