From f9242e401ab922c62fedb5b66a65aa50c8061c17 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 2 Mar 2025 13:05:36 +0100 Subject: [PATCH] Deploy webui with git --- whisper-webui/app-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper-webui/app-deployment.yaml b/whisper-webui/app-deployment.yaml index f82e8bb..4feed96 100644 --- a/whisper-webui/app-deployment.yaml +++ b/whisper-webui/app-deployment.yaml @@ -30,7 +30,7 @@ spec: - "7860" - --server_name - 0.0.0.0 - image: jhj0517/whisper-webui:latest + image: hebury/whisper-webui:latest name: app ports: - containerPort: 7860