inital commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata: {name: mysql}
|
||||
spec:
|
||||
clusterIP: None
|
||||
selector: {app: mysql}
|
||||
ports:
|
||||
- port: 3306
|
||||
Reference in New Issue
Block a user