diff --git a/motioneye_deployment.yml b/motioneye_deployment.yml index 647d0c6..cf90bc8 100644 --- a/motioneye_deployment.yml +++ b/motioneye_deployment.yml @@ -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" diff --git a/motioneye_lb.yml b/motioneye_lb.yml index e06b941..a15cd72 100644 --- a/motioneye_lb.yml +++ b/motioneye_lb.yml @@ -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 diff --git a/motioneye_pv.yml b/motioneye_pv.yml index 2a1389e..5970fd9 100644 --- a/motioneye_pv.yml +++ b/motioneye_pv.yml @@ -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