give more memory to homeassistant

This commit is contained in:
Roger Oriol
2026-07-17 23:59:50 +02:00
parent 0b27cefd13
commit 8983f482d0

View File

@@ -58,9 +58,9 @@ spec:
image: ghcr.io/home-assistant/home-assistant:stable image: ghcr.io/home-assistant/home-assistant:stable
resources: resources:
requests: requests:
memory: "256Mi"
limits:
memory: "512Mi" memory: "512Mi"
limits:
memory: "1Gi"
ports: ports:
- containerPort: 8123 - containerPort: 8123
volumeMounts: volumeMounts: