diff --git a/deploy.yaml b/deploy.yaml index ef7d739b41..601a5d7364 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -29,10 +29,10 @@ apiVersion: v1 metadata: name: my-nodejs-svc spec: -ports: - - name: http-3001 - port: 3001 - protocol: TCP - targetPort: 3001 -selector: - app: nodejs-app \ No newline at end of file + ports: + - name: http-3001 + port: 3001 + protocol: TCP + targetPort: 3001 + selector: + app: nodejs-app \ No newline at end of file