diff --git a/te-frontend/te-front-service.yaml b/te-frontend/te-front-service.yaml index a34329938b1df92016c27cf43b72b2546fa41a9b..a1958099272f9c76d987d135000bc5e879919a83 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