diff --git a/templates/values.yaml.tpl b/templates/values.yaml.tpl index 04c258c..c7dadd6 100644 --- a/templates/values.yaml.tpl +++ b/templates/values.yaml.tpl @@ -116,6 +116,15 @@ controller: podAnnotations: {} nodeSelector: {} + extraVolumeMounts: + - name: shared-memory + mountPath: /dev/shm + + extraVolumes: + - name: shared-memory + emptyDir: + medium: Memory + defaultBackend: enabled: true