Skip to content

Add low ephemeral storage limits to k8s configs

Martin Lowe requested to merge malowe/main/629 into main
  • Add low ephemeral storage limits to k8s configs

Ephemeral storage is used to share storage between pods, and includes the default /var/log folder which is not used by our apps by default. a 100Mi storage limit shoudl be more than sufficient for any errant logging done during the lifetime of the pod.

Merge request reports

Loading