Update service.yaml
338e479 parent: cbaf0dd modified
dev/service.yaml +1 -1 | @@ -6,7 +6,7 @@ spec: | ||
| 6 | 6 | selector: |
| 7 | 7 | app: myapp |
| 8 | 8 | ports: |
| 9 | - - port: 8090 | |
| 9 | + - port: 8080 | |
| 10 | 10 | protocol: TCP |
| 11 | 11 | targetPort: 8080 |
| 12 | 12 | |
| @@ -6,7 +6,7 @@ spec: | |||
| 6 | selector: | 6 | selector: |
| 7 | app: myapp | 7 | app: myapp |
| 8 | ports: | 8 | ports: |
| 9 | - - port: 8090 | 9 | + - port: 8080 |
| 10 | protocol: TCP | 10 | protocol: TCP |
| 11 | targetPort: 8080 | 11 | targetPort: 8080 |
| 12 | 12 | ||