From ef0d217ceef2f8021bc71107878919e15009bc27 Mon Sep 17 00:00:00 2001 From: Mirco Date: Fri, 24 Nov 2023 17:19:51 +0100 Subject: [PATCH] correct docker image names --- src/main/resources/jitsi/deployment.yaml | 2 +- src/main/resources/jitsi/excalidraw-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/jitsi/deployment.yaml b/src/main/resources/jitsi/deployment.yaml index c63a181..60474e2 100644 --- a/src/main/resources/jitsi/deployment.yaml +++ b/src/main/resources/jitsi/deployment.yaml @@ -68,7 +68,7 @@ spec: - name: JVB_TCP_HARVESTER_DISABLED value: "true" - name: web - image: domaindrivenarchitecture/c4k-jitsi-webtest + image: domaindrivenarchitecture/c4k-jitsi-web imagePullPolicy: IfNotPresent env: - name: PUBLIC_URL diff --git a/src/main/resources/jitsi/excalidraw-deployment.yaml b/src/main/resources/jitsi/excalidraw-deployment.yaml index 5eb63ab..587c93b 100644 --- a/src/main/resources/jitsi/excalidraw-deployment.yaml +++ b/src/main/resources/jitsi/excalidraw-deployment.yaml @@ -17,4 +17,4 @@ spec: spec: containers: - name: excalidraw-backend - image: domaindrivenarchitecture/c4k-jitsi-excalidraw-testbackend \ No newline at end of file + image: domaindrivenarchitecture/c4k-jitsi-excalidraw-backend \ No newline at end of file