Created
December 19, 2014 21:01
-
-
Save markllama/9845d9533fd6d6217c7a to your computer and use it in GitHub Desktop.
Kubernetes service spec for HTTPs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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