Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created June 2, 2015 11:51
Show Gist options
  • Save rawlingsj/029e78cb498315ce0014 to your computer and use it in GitHub Desktop.
Save rawlingsj/029e78cb498315ce0014 to your computer and use it in GitHub Desktop.
{
"apiVersion": "v1beta3",
"kind": "Service",
"metadata": {
"name": "registry"
},
"spec": {
"ports": [
{
"name": "registry",
"port": 80,
"targetPort": 5000
}
],
"selector": {
"docker-registry": "default"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment