Skip to content

Commit 1e3bfb2

Browse files
committed
Wrong target port
1 parent 7c348b7 commit 1e3bfb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/go-sql-proxy/templates/service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ spec:
1212
type: ClusterIP
1313
ports:
1414
- port: 3306
15-
targetPort: http
15+
targetPort: 3306
1616
protocol: TCP
1717
name: mysql
1818
- port: 9090
19-
targetPort: http
19+
targetPort: 9090
2020
protocol: TCP
2121
name: metrics
2222
selector:

0 commit comments

Comments
 (0)