From 79df06ed0f638461650ff22d4bd0a4d4097794da Mon Sep 17 00:00:00 2001 From: M9713 <m9713@student.jamk.fi> Date: Mon, 8 Nov 2021 21:59:13 +0200 Subject: [PATCH] Update front-service.yaml --- conduit-front/front-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduit-front/front-service.yaml b/conduit-front/front-service.yaml index 6a7b4e3..da86589 100644 --- a/conduit-front/front-service.yaml +++ b/conduit-front/front-service.yaml @@ -8,6 +8,6 @@ spec: ports: - nodePort: 30149 port: 80 - targetPort: 3000 + targetPort: 4100 selector: app: front -- GitLab