From e6bcc186bfbf70600f85b943b1db0d1ffc7a0a25 Mon Sep 17 00:00:00 2001
From: M9713 <m9713@student.jamk.fi>
Date: Mon, 17 Jan 2022 19:57:42 +0200
Subject: [PATCH] Update te-front-service.yaml

---
 te-frontend/te-front-service.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/te-frontend/te-front-service.yaml b/te-frontend/te-front-service.yaml
index a343299..a195809 100644
--- a/te-frontend/te-front-service.yaml
+++ b/te-frontend/te-front-service.yaml
@@ -1,7 +1,7 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: front
+  name: frontend
   namespace: default
 spec:
   type: LoadBalancer
@@ -10,4 +10,4 @@ spec:
       port: 80
       targetPort: 4100
   selector:
-    app: front
+    app: frontend
-- 
GitLab