From c05f4eeda22a695a0ef7bc20fc13bb40e56a39a4 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 15:59:17 +0000 Subject: [PATCH] Adding the VPA recommended numbers Signed-off-by: Martyn Ranyard --- apps-kustomized/bazarr/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps-kustomized/bazarr/deploy.yaml b/apps-kustomized/bazarr/deploy.yaml index 51ccffa..292b572 100644 --- a/apps-kustomized/bazarr/deploy.yaml +++ b/apps-kustomized/bazarr/deploy.yaml @@ -24,6 +24,9 @@ spec: - name: http containerPort: 6767 protocol: TCP + resources: + cpu: 25m + memory: 380258472 volumeMounts: - name: config mountPath: /config