From b97b46fd92a018930812ba377fa570cc7013d254 Mon Sep 17 00:00:00 2001 From: khopkins32 Date: Sun, 19 Jul 2026 16:28:20 -0400 Subject: [PATCH] Update TEAMS_API_URL for teams-operator Updated the TEAMS_API_URL for the teams-operator to point to the existing running service within the teams-api namespace. --- .../teams-management/teams-operator/operator-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop/teams-management/teams-operator/operator-deployment.yaml b/workshop/teams-management/teams-operator/operator-deployment.yaml index 37c486b..1f1de6b 100644 --- a/workshop/teams-management/teams-operator/operator-deployment.yaml +++ b/workshop/teams-management/teams-operator/operator-deployment.yaml @@ -71,7 +71,7 @@ spec: image: olivercodes01/teams-operator:0.0.1 env: - name: TEAMS_API_URL - value: "http://teams-api-service.engineering-platform.svc.cluster.local:4200" + value: "http://teams-api-service.teams-api.svc.cluster.local:4200" - name: POLL_INTERVAL value: "30" securityContext: