From 71157dfa19d81011676863fbfc3363dff8db17ae Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sat, 10 Apr 2021 21:26:59 +0200 Subject: [PATCH] hassio limits --- apps/smarthome/home-assistant.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/smarthome/home-assistant.yaml b/apps/smarthome/home-assistant.yaml index ae7928a..370d674 100644 --- a/apps/smarthome/home-assistant.yaml +++ b/apps/smarthome/home-assistant.yaml @@ -43,12 +43,12 @@ spec: port: http initialDelaySeconds: 60 periodSeconds: 5 -# requests: -# memory: "256Mi" -# cpu: "250m" -# limits: -# memory: "1000Mi" -# cpu: "500m" + requests: + memory: "92Mi" + cpu: "250m" + limits: + memory: "256Mi" + cpu: "500m" - name: configurator image: "causticlab/hass-configurator-docker:arm" imagePullPolicy: Always