From dce3633eeaedfd77ce2512ebb6e06d80c9a82b55 Mon Sep 17 00:00:00 2001 From: M9713 <m9713@student.jamk.fi> Date: Mon, 8 Nov 2021 20:31:04 +0200 Subject: [PATCH] Update front-deployment.yaml --- conduit-front/front-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conduit-front/front-deployment.yaml b/conduit-front/front-deployment.yaml index a8aafec..1290cc9 100644 --- a/conduit-front/front-deployment.yaml +++ b/conduit-front/front-deployment.yaml @@ -25,5 +25,5 @@ spec: imagePullPolicy: Always name: front - ports: - - containerPort: 4100 + ports: + - containerPort: 4100 -- GitLab