Added ephemeralStorage to pod

This commit is contained in:
Dana Harrison 2021-09-29 22:28:28 -04:00
parent 49ac3a4c46
commit 83da4a17b2
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,9 @@ spec:
volumeMounts:
- mountPath: {{ .Values.containerMountPath }}
name: {{ .Values.containerMountName }}
resources:
limits:
ephemeral-storage: {{ .Values.ephemeralStorage }}
volumes:
- name: {{ .Values.containerMountName }}
hostPath:

View File

@ -8,3 +8,4 @@ containerMountPath: /jam
containerMountName: jam
#Location on your filesystem to associate the /jam dir
localMountPath: /var/log
ephemeralStorage: 1G