changes due to network reorg

This commit is contained in:
Radar231 2022-11-19 08:02:23 -05:00
parent 66c7c50721
commit 97c5022e6b
3 changed files with 7 additions and 5 deletions

View File

@ -25,10 +25,12 @@ spec:
- key: kubernetes.io/arch
operator: In
values:
- arm64
#- arm64
- amd64
containers:
- name: motioneye
image: ccrisan/motioneye:master-armhf
#image: ccrisan/motioneye:master-armhf
image: ccrisan/motioneye:master-amd64
env:
- name: TZ
value: "EST5EDT"

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: 8081
targetPort: 8081

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