Compare commits
2 Commits
59071cbcb5
...
0f51497688
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f51497688 | |||
| dee53f847e |
@@ -36,6 +36,11 @@ spec:
|
|||||||
app: home-assistant
|
app: home-assistant
|
||||||
spec:
|
spec:
|
||||||
hostNetwork: true
|
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:
|
containers:
|
||||||
- name: home-assistant
|
- name: home-assistant
|
||||||
image: "homeassistant/home-assistant"
|
image: "homeassistant/home-assistant"
|
||||||
@@ -44,10 +49,10 @@ spec:
|
|||||||
mountPath: /config
|
mountPath: /config
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: "256Mi"
|
||||||
cpu: "400m"
|
cpu: "400m"
|
||||||
limits:
|
limits:
|
||||||
memory: "700Mi"
|
memory: "724Mi"
|
||||||
cpu: "1000m"
|
cpu: "1000m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: home-assistant-config
|
- name: home-assistant-config
|
||||||
|
|||||||
Reference in New Issue
Block a user