From 1eb12be2e8f527e0403b34bcf279da7cfbde61ea Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 7 Oct 2021 11:31:38 +0200 Subject: [PATCH] adapting memory requests --- apps/smarthome/home-assistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/smarthome/home-assistant.yaml b/apps/smarthome/home-assistant.yaml index 32ee6c3..42cc331 100644 --- a/apps/smarthome/home-assistant.yaml +++ b/apps/smarthome/home-assistant.yaml @@ -45,7 +45,7 @@ spec: periodSeconds: 5 resources: requests: - memory: "92Mi" + memory: "200Mi" cpu: "250m" limits: memory: "256Mi"