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:
|
||||
|
||||
@@ -7,4 +7,5 @@ serverMessage: Welcome message goes here!
|
||||
containerMountPath: /jam
|
||||
containerMountName: jam
|
||||
#Location on your filesystem to associate the /jam dir
|
||||
localMountPath: /var/log
|
||||
localMountPath: /var/log
|
||||
ephemeralStorage: 1G
|
||||
Reference in New Issue
Block a user