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 - key: kubernetes.io/arch
operator: In operator: In
values: values:
- arm64 #- arm64
- amd64
containers: containers:
- name: home-assistant - name: home-assistant
image: homeassistant/home-assistant:latest image: homeassistant/home-assistant:latest

View File

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

View File

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