From d73da96469b8b146fa84247e58b8c2df414d5b1f Mon Sep 17 00:00:00 2001 From: M9713 <m9713@student.jamk.fi> Date: Tue, 1 Feb 2022 20:24:13 +0200 Subject: [PATCH] Update backend-service.yaml --- conduit-backend/backend-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduit-backend/backend-service.yaml b/conduit-backend/backend-service.yaml index e52aaa7..42ef503 100644 --- a/conduit-backend/backend-service.yaml +++ b/conduit-backend/backend-service.yaml @@ -12,7 +12,7 @@ spec: ports: # - nodePort: 30000 - protocol: TCP - port: 3000 + port: 30000 targetPort: 3000 selector: app: backend -- GitLab