arshad75

mysql-service.yaml

Apr 15th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: mysql-<your-name>
  5. labels:
  6. app: mysql-<your-name>
  7. spec:
  8. type: ClusterIP
  9. ports:
  10. - port: 3306
  11. selector:
  12. app: mysql-<your-name>
Add Comment
Please, Sign In to add comment