changes due to network reorg

This commit is contained in:
Radar231 2022-11-19 07:56:48 -05:00
parent d57d59fe5f
commit 40c42da734
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-2
image: pihole/pihole:2021.10.1
env:
- name: ServerIP
value: "192.168.7.84"
value: "192.168.20.84"
- name: PUID
value: "1000"
- name: PGID

View File

@ -8,7 +8,7 @@ metadata:
metallb.universe.tf/allow-shared-ip: "dot84"
spec:
externalTrafficPolicy: Local
loadBalancerIP: 192.168.7.84
loadBalancerIP: 192.168.20.84
ports:
- port: 53
targetPort: 53
@ -30,7 +30,7 @@ metadata:
metallb.universe.tf/allow-shared-ip: "dot84"
spec:
externalTrafficPolicy: Local
loadBalancerIP: 192.168.7.84
loadBalancerIP: 192.168.20.84
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-2/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-2/etc-dnsmasq-d"
# EOF