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