diff --git a/te-frontend/te-front-deployment.yaml b/te-frontend/te-front-deployment.yaml
index c16cbe21be14d2553b23d9bf4fb556e6b8374b11..97b034c3bebb6effc0890efe5502017b3c22a06b 100644
--- a/te-frontend/te-front-deployment.yaml
+++ b/te-frontend/te-front-deployment.yaml
@@ -2,14 +2,14 @@ apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
-    app: front
-  name: front
+    app: frontend
+  name: frontend
   namespace: default
 spec:
   replicas: 1
   selector:
     matchLabels:
-      app: front
+      app: frontend
   strategy:
     rollingUpdate:
       maxSurge: 25%
@@ -18,12 +18,12 @@ spec:
   template:
     metadata:
       labels:
-        app: front
+        app: frontend
     spec:
       containers:
       - image: gitlab.labranet.jamk.fi:4567/conduitmiau/te-frontend:front
         imagePullPolicy: Always
-        name: front
+        name: frontend
         resources:
             requests:
               cpu: '1'