From e97e1a1ef86bce650a972d3ca961857cb07d262c Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 15:58:15 +0000 Subject: [PATCH] Adding the VPA recommended numbers Signed-off-by: Martyn Ranyard --- apps-kustomized/radarr/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps-kustomized/radarr/deploy.yaml b/apps-kustomized/radarr/deploy.yaml index 2bad5f8..ef84ce6 100644 --- a/apps-kustomized/radarr/deploy.yaml +++ b/apps-kustomized/radarr/deploy.yaml @@ -25,6 +25,10 @@ spec: - containerPort: 7878 name: http protocol: TCP + resources: + requests: + cpu: 25m + memory: 920733364 volumeMounts: - mountPath: /config name: config