From 86283e55068f21ef90c2b88a9efc78cf98d5bad4 Mon Sep 17 00:00:00 2001
From: M9713 <m9713@student.jamk.fi>
Date: Tue, 1 Feb 2022 20:36:06 +0200
Subject: [PATCH] Update backend-service.yaml

---
 conduit-backend/backend-service.yaml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/conduit-backend/backend-service.yaml b/conduit-backend/backend-service.yaml
index 42ef503..09d55e7 100644
--- a/conduit-backend/backend-service.yaml
+++ b/conduit-backend/backend-service.yaml
@@ -10,9 +10,11 @@ spec:
   clusterIP: 10.152.183.51
 
   ports:
-#    - nodePort: 30000
-     - protocol: TCP
-       port: 30000
+     - nodePort: 30000
+
+#     - protocol: TCP
+#       port: 30000
+
        targetPort: 3000
   selector:
     app: backend
-- 
GitLab