Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created June 2, 2015 11:52
Show Gist options
  • Save rawlingsj/09b22ca89ae0a80a01b9 to your computer and use it in GitHub Desktop.
Save rawlingsj/09b22ca89ae0a80a01b9 to your computer and use it in GitHub Desktop.
web-registry-service.json
{
"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