From f20add6b9ff21f391ef682380538ae248100512c Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 16:07:24 +0000 Subject: [PATCH] Adding the VPA recommended numbers Signed-off-by: Martyn Ranyard --- apps-kustomized/peertube/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps-kustomized/peertube/deploy.yaml b/apps-kustomized/peertube/deploy.yaml index 1075307..35bc0bb 100644 --- a/apps-kustomized/peertube/deploy.yaml +++ b/apps-kustomized/peertube/deploy.yaml @@ -51,6 +51,10 @@ spec: - containerPort: 9000 name: http protocol: TCP + resources: + requests: + cpu: 25m + memory: 351198544 readinessProbe: failureThreshold: 3 httpGet: