From f2aeea1b40c4a1a52a5044e494c5ea9f67aa92c8 Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Sun, 21 Jun 2026 20:49:52 +0200 Subject: [PATCH] fix(kustomization): update API and WebSocket URLs for frontend environment --- nowchess/htwg-1-prod/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nowchess/htwg-1-prod/kustomization.yaml b/nowchess/htwg-1-prod/kustomization.yaml index e24455c..abae92b 100755 --- a/nowchess/htwg-1-prod/kustomization.yaml +++ b/nowchess/htwg-1-prod/kustomization.yaml @@ -25,8 +25,8 @@ patches: metadata: name: nowchess-frontend-env-config data: - API_URL: "http://141.37.74.142" - WEBSOCKET_URL: "ws://141.37.74.142" + API_URL: "http://141.37.123.122" + WEBSOCKET_URL: "ws://141.37.123.122" target: kind: ConfigMap name: nowchess-frontend-env-config