From b4eaf4b8869b53688cea25079c0c4ea2165718aa Mon Sep 17 00:00:00 2001 From: M9713 <m9713@student.jamk.fi> Date: Tue, 1 Feb 2022 20:43:48 +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 09d55e7..f7eeb6e 100644 --- a/conduit-backend/backend-service.yaml +++ b/conduit-backend/backend-service.yaml @@ -13,7 +13,7 @@ spec: - nodePort: 30000 # - protocol: TCP -# port: 30000 + port: 3000 targetPort: 3000 selector: -- GitLab