Skip to content

Commit 1796e40

Browse files
committed
expose mysql over LoadBalancer
1 parent 9db98d7 commit 1796e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/mysql-schema/k8s/mysql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
- port: 3306
1414
selector:
1515
app: mysql
16-
type: NodePort
16+
type: LoadBalancer
1717
---
1818
apiVersion: apps/v1
1919
kind: Deployment

0 commit comments

Comments
 (0)