changes due to network reorg

This commit is contained in:
Radar231 2022-11-19 08:03:29 -05:00
parent d7365c7e9d
commit 6dd600cc5d
3 changed files with 4 additions and 3 deletions

View File

@ -26,7 +26,8 @@ spec:
- key: kubernetes.io/arch
operator: In
values:
- arm64
#- arm64
- amd64
containers:
- name: home-assistant
image: homeassistant/home-assistant:latest

View File

@ -7,7 +7,7 @@ metadata:
metallb.universe.tf/address-pool: default
metallb.universe.tf/allow-shared-ip: "dot81"
spec:
loadBalancerIP: 192.168.7.81
loadBalancerIP: 192.168.20.81
ports:
- port: 8123
targetPort: 8123

View File

@ -15,7 +15,7 @@ spec:
- hard
- nfsvers=4.0
nfs:
server: 192.168.7.11
server: 192.168.20.11
path: "/volume1/k8s-storage/home-assistant-config"
# EOF