Skip to content

Instantly share code, notes, and snippets.

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