Skip to content

Instantly share code, notes, and snippets.

@dipak-pawar
Created December 20, 2016 10:43
Show Gist options
  • Save dipak-pawar/d361d50b150d096866af4dcf0c182ee3 to your computer and use it in GitHub Desktop.
Save dipak-pawar/d361d50b150d096866af4dcf0c182ee3 to your computer and use it in GitHub Desktop.
{
"apiVersion" : "v1",
"kind" : "Service",
"metadata" : {
"name" : "hello-world-service"
},
"spec" : {
"ports" : [ {
"port" : 80,
"protocol" : "TCP",
"targetPort" : 8080
} ],
"selector" : {
"app" : "hello-world"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment