Compare commits
5 Commits
fix/homeas
...
9a230d03c9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a230d03c9 | ||
|
|
71f724420e | ||
|
|
6967925c4f | ||
|
|
2f1ae311f7 | ||
| 7ca919b7c7 |
@@ -52,15 +52,17 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: home-assistant
|
||||
annotations:
|
||||
kubectl.kubernetes.io/restartedAt: "2026-07-28T00:00:00Z"
|
||||
spec:
|
||||
containers:
|
||||
- name: home-assistant
|
||||
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 +103,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