Hello,
I was trying to find if it’s possible to configure K8s ephemeral storage value for a deployment of an service in the ifscloud-values.yaml file.
Specifcally I need to change ephemeral-storage value to ~16G for ifsapp-reporting-ren deployment in our IFS Cloud instance. Some pods has been crashing due to Eviction caused by exceeding the limit of ephemeral storage.
Changing it via:
kubectl edit deploy ifsapp-reporting-ren -n "NAMESPACE"
after every delivery deployment could be frustrating and our team can easily forget about this step.
Offical documentation only mentions replicas paramter:

I couldn’t find values for k8s deployment requests and limits...
Maybe there is some way to configure it to be constant, so that delivery installation will not erase it ?