From 825e4bd39943e5e026b3ad9a674636b80c53951e Mon Sep 17 00:00:00 2001 From: Maysun J Faisal Date: Wed, 30 Nov 2022 14:04:23 -0500 Subject: [PATCH] Add indentation for svc yaml Signed-off-by: Maysun J Faisal --- deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy.yaml b/deploy.yaml index 378d8e291..471594ff0 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -29,10 +29,10 @@ apiVersion: v1 metadata: name: my-java-springboot-svc spec: -ports: - - name: http-8081 - port: 8081 - protocol: TCP - targetPort: 8081 -selector: - app: java-springboot-app \ No newline at end of file + ports: + - name: http-8081 + port: 8081 + protocol: TCP + targetPort: 8081 + selector: + app: java-springboot-app \ No newline at end of file