From 1725245e39dbb0d045f1745063681024026654ee Mon Sep 17 00:00:00 2001 From: Matt Daily Date: Thu, 29 Feb 2024 11:11:35 -0800 Subject: [PATCH] Add minimum amount of ephemeral storage, as pods were being evicted for using small amounts --- helm-chart/banzai/templates/workers-large.yaml | 1 + helm-chart/banzai/templates/workers.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/helm-chart/banzai/templates/workers-large.yaml b/helm-chart/banzai/templates/workers-large.yaml index f9784fa5..0e7400e6 100644 --- a/helm-chart/banzai/templates/workers-large.yaml +++ b/helm-chart/banzai/templates/workers-large.yaml @@ -47,6 +47,7 @@ spec: requests: cpu: "0.5" memory: "10Gi" + ephemeral-storage: "128Mi" limits: cpu: "2" memory: "10Gi" diff --git a/helm-chart/banzai/templates/workers.yaml b/helm-chart/banzai/templates/workers.yaml index fd43e325..868c5f54 100644 --- a/helm-chart/banzai/templates/workers.yaml +++ b/helm-chart/banzai/templates/workers.yaml @@ -47,9 +47,10 @@ spec: requests: cpu: "0.5" memory: "4Gi" + ephemeral-storage: "128Mi" limits: cpu: "2" - memory: "4Gi" + memory: "8Gi" volumeMounts: - name: tmp mountPath: /tmp