Compare commits
3 Commits
d3798f47ac
...
fix/homeas
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f1ae311f7 | ||
| 7ca919b7c7 | |||
|
|
d266086c1b |
@@ -55,12 +55,12 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: home-assistant
|
||||
image: ghcr.io/home-assistant/home-assistant:stable
|
||||
image: ghcr.io/home-assistant/home-assistant:2026.7.4
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
memory: "256Mi"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
memory: "512Mi"
|
||||
ports:
|
||||
- containerPort: 8123
|
||||
volumeMounts:
|
||||
@@ -101,6 +101,16 @@ spec:
|
||||
- name: configuration
|
||||
mountPath: /config-cm
|
||||
readOnly: true
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 100
|
||||
preference:
|
||||
matchExpressions:
|
||||
- key: kubernetes.io/hostname
|
||||
operator: In
|
||||
values:
|
||||
- raspberrypi
|
||||
hostNetwork: true
|
||||
volumes:
|
||||
- name: config
|
||||
|
||||
Reference in New Issue
Block a user