From bff881457c86695543365d7fe5627c7f79fad498 Mon Sep 17 00:00:00 2001 From: mholder6 Date: Wed, 25 Sep 2024 17:37:29 -0400 Subject: [PATCH] Updated the manifest to include requests and limits for the etcd secret container initializer. Signed-off-by: mholder6 --- config/overlays/odh/quickstart.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/overlays/odh/quickstart.yaml b/config/overlays/odh/quickstart.yaml index 7c09ce5d..886bb75c 100644 --- a/config/overlays/odh/quickstart.yaml +++ b/config/overlays/odh/quickstart.yaml @@ -76,6 +76,13 @@ spec: echo "secrets etcdpasswords and model-serving-etcd exist, doing nothing" exit 0 fi + resources: + limits: + cpu: 10m + memory: 40Mi + requests: + cpu: 5m + memory: 20Mi containers: - command: - etcd