From 154f2a9be346b7215a74530132ab0d6ba76bfd83 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 15:55:31 +0000 Subject: [PATCH] Adding the VPA recommended numbers Signed-off-by: Martyn Ranyard --- apps-kustomized/sonarr/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps-kustomized/sonarr/deploy.yaml b/apps-kustomized/sonarr/deploy.yaml index 5f16a48..2fbfe3d 100644 --- a/apps-kustomized/sonarr/deploy.yaml +++ b/apps-kustomized/sonarr/deploy.yaml @@ -23,6 +23,10 @@ spec: - containerPort: 8989 name: http protocol: TCP + resources: + requests: + cpu: 25m + memory: 628694953 volumeMounts: - mountPath: /config name: config