Added ephemeralStorage to pod
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user