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