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