Skip to content

Instantly share code, notes, and snippets.

@chriswhitcombe
Created July 21, 2015 20:51
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 chriswhitcombe/e17652e4f139de1cb45f to your computer and use it in GitHub Desktop.
Save chriswhitcombe/e17652e4f139de1cb45f to your computer and use it in GitHub Desktop.
{
"kind":"Service",
"apiVersion":"v1",
"metadata":{
"name":"goapp-service"
},
"spec":{
"ports": [
{
"port":80,
"nodePort": 31000
}
],
"selector":{
"app":"goapp-app"
},
"type": "NodePort"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment