Skip to content

Commit 3e37e55

Browse files
committed
mount tmp on the device app
1 parent 6df5164 commit 3e37e55

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

kaas-example/k8s/templates/dummy-device-app-pod.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,11 @@ spec:
3535
path: /health
3636
port: 3000
3737
initialDelaySeconds: 5
38-
periodSeconds: 5
38+
periodSeconds: 5
39+
volumeMounts:
40+
- name: tmp-volume
41+
mountPath: /tmp
42+
volumes:
43+
- name: tmp-volume
44+
hostPath:
45+
path: /tmp

0 commit comments

Comments
 (0)