summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/deployment.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/deployment.yaml b/templates/deployment.yaml
index e50620f..e230f4c 100644
--- a/templates/deployment.yaml
+++ b/templates/deployment.yaml
@@ -49,6 +49,8 @@ spec:
initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
periodSeconds: {{ .Values.readiness.periodSeconds }}
volumeMounts:
+ - name: dshm
+ mountPath: /dev/shm
- name: localtime
mountPath: /etc/localtime
readOnly: true
@@ -74,6 +76,9 @@ spec:
{{- else }}
emptyDir: {}
{{- end }}
+ - name: dshm
+ emptyDir:
+ medium: Memory
- name: localtime
hostPath:
path: /etc/localtime