diff --git a/deploy/home-assistant-deploy.yaml b/deploy/home-assistant-deploy.yaml index 063f6de..8b5dc19 100644 --- a/deploy/home-assistant-deploy.yaml +++ b/deploy/home-assistant-deploy.yaml @@ -36,6 +36,11 @@ spec: app: home-assistant spec: hostNetwork: true + # delays start so host have time to start on low memory resources + initContainers: + - name: delay-start + image: busybox:latest + command: ["sh", "-c", "sleep 60"] containers: - name: home-assistant image: "homeassistant/home-assistant" @@ -47,7 +52,7 @@ spec: memory: "256Mi" cpu: "400m" limits: - memory: "512Mi" + memory: "724Mi" cpu: "1000m" volumes: - name: home-assistant-config