Skip to content

Instantly share code, notes, and snippets.

@sumanyu
Created November 24, 2014 18:05
Show Gist options
  • Save sumanyu/e4790f482f8f4e972a3c to your computer and use it in GitHub Desktop.
Save sumanyu/e4790f482f8f4e972a3c to your computer and use it in GitHub Desktop.
zk service
{
"id": "zk-service",
"kind": "Service",
"apiVersion": "v1beta1",
"port": 2181,
"containerPort": 2181,
"selector": {
"name": "zk-pod"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment