From 5049f953c6ad0c63c396409392084098e4ead922 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 30 Sep 2024 11:51:36 +0000 Subject: [PATCH] Adding the VPA recommended numbers Signed-off-by: Martyn Ranyard --- apps-kustomized/newleaf/deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps-kustomized/newleaf/deploy.yaml b/apps-kustomized/newleaf/deploy.yaml index b61bf6b..e480168 100644 --- a/apps-kustomized/newleaf/deploy.yaml +++ b/apps-kustomized/newleaf/deploy.yaml @@ -22,8 +22,9 @@ spec: imagePullPolicy: Always name: newleaf resources: - cpu: 25m - memory: 1738144563 + requests: + cpu: 25m + memory: 1738144563 volumeMounts: - mountPath: /workdir/configuration.py name: config