We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff19d8b + 825e4bd commit 5b61a7bCopy full SHA for 5b61a7b
1 file changed
deploy.yaml
@@ -29,10 +29,10 @@ apiVersion: v1
29
metadata:
30
name: my-java-springboot-svc
31
spec:
32
-ports:
33
- - name: http-8081
34
- port: 8081
35
- protocol: TCP
36
- targetPort: 8081
37
-selector:
38
- app: java-springboot-app
+ ports:
+ - name: http-8081
+ port: 8081
+ protocol: TCP
+ targetPort: 8081
+ selector:
+ app: java-springboot-app
0 commit comments