8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6b55f9 + ab4ec77 commit 155dffbCopy full SHA for 155dffb
deployment/kube/prod/frontend.yaml
@@ -45,6 +45,8 @@ spec:
45
volumeMounts:
46
- mountPath: "/usr/share/fonts/user"
47
name: plotly-cloud-licensed-fonts
48
+ - mountPath: "/dev/shm"
49
+ name: dshm
50
livenessProbe:
51
httpGet:
52
path: /ping
@@ -55,3 +57,6 @@ spec:
55
57
pdName: plotly-cloud-licensed-fonts
56
58
readOnly: true
59
fsType: ext4
60
+ - name: dshm
61
+ emptyDir:
62
+ medium: Memory
deployment/kube/stage/frontend.yaml
@@ -46,6 +46,8 @@ spec:
53
@@ -56,3 +58,6 @@ spec:
63
0 commit comments