From 69a1cb2b7669d257862891b819c5d7a1a73deb54 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 17 Dec 2024 15:39:44 +0100 Subject: [PATCH] Whisper: Change ip --- whisper/env-configmap.yaml | 2 +- whisper/whishper-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/whisper/env-configmap.yaml b/whisper/env-configmap.yaml index 952805c..621941e 100644 --- a/whisper/env-configmap.yaml +++ b/whisper/env-configmap.yaml @@ -3,7 +3,7 @@ data: DB_PASS: whishper DB_USER: whishper LT_LOAD_ONLY: en,nl - WHISHPER_HOST: http://0.0.0.0:8082 + WHISHPER_HOST: http://127.0.0.1:8082 WHISPER_MODELS: large kind: ConfigMap metadata: diff --git a/whisper/whishper-deployment.yaml b/whisper/whishper-deployment.yaml index 7a81b07..663773c 100644 --- a/whisper/whishper-deployment.yaml +++ b/whisper/whishper-deployment.yaml @@ -43,7 +43,7 @@ spec: name: env - name: PUBLIC_API_HOST - name: PUBLIC_INTERNAL_API_HOST - value: http://0.0.0.0:80 + value: http://127.0.0.1:80 - name: PUBLIC_TRANSLATION_API_HOST - name: PUBLIC_WHISHPER_PROFILE value: cpu