From 9f715c002cb406c0daade78ef1c32b61a930e96f Mon Sep 17 00:00:00 2001 From: Sarah Roberts Date: Fri, 1 Mar 2024 15:47:31 -0700 Subject: [PATCH] DD-17: added ephemeral-storage requests and limits --- k8s/data-info.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/data-info.yml b/k8s/data-info.yml index 1c158af..911024f 100644 --- a/k8s/data-info.yml +++ b/k8s/data-info.yml @@ -49,9 +49,11 @@ spec: requests: cpu: "160m" memory: "1Gi" + ephemeral-storage: "1Gi" limits: cpu: "4000m" memory: "3Gi" + ephemeral-storage: "1Gi" args: - --config - /etc/iplant/de/data-info.properties