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 - key: kubernetes.io/arch
operator: In operator: In
values: values:
- arm64 #- arm64
- amd64
containers: containers:
- name: motioneye - name: motioneye
image: ccrisan/motioneye:master-armhf #image: ccrisan/motioneye:master-armhf
image: ccrisan/motioneye:master-amd64
env: env:
- name: TZ - name: TZ
value: "EST5EDT" value: "EST5EDT"

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

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/motioneye-etc" path: "/volume1/k8s-storage/motioneye-etc"
--- ---
@ -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/motioneye-var-lib" path: "/volume1/k8s-storage/motioneye-var-lib"
# EOF # EOF