Skip to content

Instantly share code, notes, and snippets.

@iocanel
Last active August 29, 2015 14:23
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 iocanel/7cf15dd9454593d3d0f9 to your computer and use it in GitHub Desktop.
Save iocanel/7cf15dd9454593d3d0f9 to your computer and use it in GitHub Desktop.
A mysql service example
{
"kind": "Service",
"apiVersion": "v1beta3",
"metadata": {
"name": "mysql"
},
"spec": {
"ports": [
{
"name": "mysql",
"protocol": "TCP",
"port": 3306,
"targetPort": 3306
}
],
"selector": {
"name": "mysql"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment