Create 13-7-mysql-service.yaml
This commit is contained in:
10
13-7-mysql-service.yaml
Normal file
10
13-7-mysql-service.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: mysql
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- port: 3306
|
||||||
|
protocol: TCP
|
||||||
|
selector:
|
||||||
|
app: mysql
|
||||||
Reference in New Issue
Block a user