changes due to network reorg

This commit is contained in:
Radar231 2022-11-19 08:01:09 -05:00
parent a6f7e15620
commit c9bc1b58b0
3 changed files with 7 additions and 6 deletions

View File

@ -23,13 +23,14 @@ spec:
- key: kubernetes.io/arch
operator: In
values:
- arm64
#- arm64
- amd64
containers:
- name: pihole-1
image: pihole/pihole:2021.10.1
env:
- name: ServerIP
value: "192.168.7.83"
value: "192.168.20.83"
- name: PUID
value: "1000"
- name: PGID

View File

@ -8,7 +8,7 @@ metadata:
metallb.universe.tf/allow-shared-ip: "dot83"
spec:
externalTrafficPolicy: Local
loadBalancerIP: 192.168.7.83
loadBalancerIP: 192.168.20.83
ports:
- port: 53
targetPort: 53
@ -30,7 +30,7 @@ metadata:
metallb.universe.tf/allow-shared-ip: "dot83"
spec:
externalTrafficPolicy: Local
loadBalancerIP: 192.168.7.83
loadBalancerIP: 192.168.20.83
ports:
- port: 53
targetPort: 53

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/pihole/pihole-1/etc-pihole"
---
@ -35,7 +35,7 @@ spec:
- hard
- nfsvers=4.0
nfs:
server: 192.168.7.11
server: 192.168.20.11
path: "/volume1/k8s-storage/pihole/pihole-1/etc-dnsmasq-d"
# EOF