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