Skip to content

Instantly share code, notes, and snippets.

@viveksonar
Created May 25, 2020 12:23
Show Gist options
  • Save viveksonar/ba4a47747e17b30d2a6a6dd76d790065 to your computer and use it in GitHub Desktop.
Save viveksonar/ba4a47747e17b30d2a6a6dd76d790065 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: mysql
lables:
app: mysql
spec:
type: ClusterIP
ports:
- port: 3306
selector:
app: mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment