From 7991b04d7fe53854bc6808de7b7ae4312c77fdc9 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 30 Sep 2024 10:57:19 +0000 Subject: [PATCH] Adding the VPA recommended numbers Signed-off-by: Martyn Ranyard --- apps-kustomized/home-assistant/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps-kustomized/home-assistant/deploy.yaml b/apps-kustomized/home-assistant/deploy.yaml index 6401efd..e8dc2de 100644 --- a/apps-kustomized/home-assistant/deploy.yaml +++ b/apps-kustomized/home-assistant/deploy.yaml @@ -33,6 +33,10 @@ spec: - containerPort: 8123 name: http protocol: TCP + resources: + requests: + cpu: 25m + memory: 3666791614 readinessProbe: failureThreshold: 3 periodSeconds: 10