moved home assistant to casa-mini-minion-01
This commit is contained in:
@@ -16,11 +16,8 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
dnsPolicy: ClusterFirstWithHostNet # ensures pod uses cluster DNS (CoreDNS) for service discovery even with host networking
|
dnsPolicy: ClusterFirstWithHostNet # ensures pod uses cluster DNS (CoreDNS) for service discovery even with host networking
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
nodeName: casa # force deploy to master node cluster
|
nodeSelector:
|
||||||
tolerations:
|
kubernetes.io/hostname: casa-mini-minion-01
|
||||||
- key: "node-role.kubernetes.io/control-plane" # allow installation on control-plane
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
containers:
|
containers:
|
||||||
- name: home-assistant
|
- name: home-assistant
|
||||||
### Maintained by flux - Image Update Automation
|
### Maintained by flux - Image Update Automation
|
||||||
@@ -37,7 +34,7 @@ spec:
|
|||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
cpu: "400m"
|
cpu: "400m"
|
||||||
limits:
|
limits:
|
||||||
memory: "724Mi"
|
memory: "1Gi"
|
||||||
cpu: "1000m"
|
cpu: "1000m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: home-assistant-config
|
- name: home-assistant-config
|
||||||
|
|||||||
Reference in New Issue
Block a user