From f71f93cfebc3e89c398a16a6be8e07c3b01e17f5 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Sun, 20 Nov 2022 20:41:55 -0500 Subject: [PATCH] reverted back to multi-arch cluster --- motioneye_deployment.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/motioneye_deployment.yml b/motioneye_deployment.yml index cf90bc8..647d0c6 100644 --- a/motioneye_deployment.yml +++ b/motioneye_deployment.yml @@ -25,12 +25,10 @@ spec: - key: kubernetes.io/arch operator: In values: - #- arm64 - - amd64 + - arm64 containers: - name: motioneye - #image: ccrisan/motioneye:master-armhf - image: ccrisan/motioneye:master-amd64 + image: ccrisan/motioneye:master-armhf env: - name: TZ value: "EST5EDT"