Added ephemeralStorage to pod
This commit is contained in:
parent
49ac3a4c46
commit
83da4a17b2
@ -34,6 +34,9 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: {{ .Values.containerMountPath }}
|
- mountPath: {{ .Values.containerMountPath }}
|
||||||
name: {{ .Values.containerMountName }}
|
name: {{ .Values.containerMountName }}
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
ephemeral-storage: {{ .Values.ephemeralStorage }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: {{ .Values.containerMountName }}
|
- name: {{ .Values.containerMountName }}
|
||||||
hostPath:
|
hostPath:
|
||||||
|
|||||||
@ -8,3 +8,4 @@ containerMountPath: /jam
|
|||||||
containerMountName: jam
|
containerMountName: jam
|
||||||
#Location on your filesystem to associate the /jam dir
|
#Location on your filesystem to associate the /jam dir
|
||||||
localMountPath: /var/log
|
localMountPath: /var/log
|
||||||
|
ephemeralStorage: 1G
|
||||||
Loading…
Reference in New Issue
Block a user