From 4250b79d405f86a4c8945c0eea9fc0d594348770 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 16:27:06 +0000 Subject: [PATCH] Adding the VPA recommended numbers Signed-off-by: Martyn Ranyard --- apps-kustomized/bazarr/deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps-kustomized/bazarr/deploy.yaml b/apps-kustomized/bazarr/deploy.yaml index 292b572..9319442 100644 --- a/apps-kustomized/bazarr/deploy.yaml +++ b/apps-kustomized/bazarr/deploy.yaml @@ -25,8 +25,9 @@ spec: containerPort: 6767 protocol: TCP resources: - cpu: 25m - memory: 380258472 + requests: + cpu: 25m + memory: 380258472 volumeMounts: - name: config mountPath: /config