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 - key: kubernetes.io/arch
operator: In operator: In
values: values:
- arm64 #- arm64
- amd64
containers: containers:
- name: pihole-1 - name: pihole-1
image: pihole/pihole:2021.10.1 image: pihole/pihole:2021.10.1
env: env:
- name: ServerIP - name: ServerIP
value: "192.168.7.83" value: "192.168.20.83"
- name: PUID - name: PUID
value: "1000" value: "1000"
- name: PGID - name: PGID

View File

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

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/pihole/pihole-1/etc-pihole" path: "/volume1/k8s-storage/pihole/pihole-1/etc-pihole"
--- ---
@ -35,7 +35,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/pihole/pihole-1/etc-dnsmasq-d" path: "/volume1/k8s-storage/pihole/pihole-1/etc-dnsmasq-d"
# EOF # EOF