Skip to content

Instantly share code, notes, and snippets.

@markllama
Created December 19, 2014 20:56
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 markllama/d294b9233aaf14b954fd to your computer and use it in GitHub Desktop.
Save markllama/d294b9233aaf14b954fd to your computer and use it in GitHub Desktop.
Kubernetes service spec for HTTP
{
"id": "http",
"kind": "Service",
"apiVersion": "v1beta1",
"port": 80,
"publicIPs": ["10.245.1.5"],
"selector": {
"name": "pulphttp"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment