From 4b58e59561bc63b831a85d346575844dd20c7d72 Mon Sep 17 00:00:00 2001 From: Alex Serna Date: Fri, 23 Jun 2023 16:41:42 +0200 Subject: [PATCH] fix Service yaml indentation --- deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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