Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 3, 2020 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/754d971447810e12f46feae2bbd11ee7 to your computer and use it in GitHub Desktop.
Save velotiotech/754d971447810e12f46feae2bbd11ee7 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: mysql-service
spec:
ports:
- port: 3306
targetPort: 3306
protocol: TCP
name: http
selector:
app: mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment