From 6a6ddf53639265447c47b21d8e0fa80fae2777c1 Mon Sep 17 00:00:00 2001 From: Ishaan Dey Date: Mon, 13 May 2024 09:57:27 -0700 Subject: [PATCH] Update service.yaml --- backend/orchestrator/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/orchestrator/service.yaml b/backend/orchestrator/service.yaml index 349675f..1fe5792 100644 --- a/backend/orchestrator/service.yaml +++ b/backend/orchestrator/service.yaml @@ -53,7 +53,7 @@ spec: port: 4000 targetPort: 4000 - protocol: TCP - name: user + name: s port: 8000 targetPort: 8000 ---