Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created November 6, 2015 16:38
Show Gist options
  • Save kelseyhightower/6ea2c6be95b6c6508cf5 to your computer and use it in GitHub Desktop.
Save kelseyhightower/6ea2c6be95b6c6508cf5 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
labels:
app: mysql
name: mysql
spec:
clusterIP: 10.15.240.125
ports:
- port: 3306
targetPort: 3306
selector:
app: mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment