Created
November 24, 2014 18:04
-
-
Save sumanyu/8da41f58454c652b39ad to your computer and use it in GitHub Desktop.
This file contains 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": "zk-pod", | |
"kind": "Pod", | |
"apiVersion": "v1beta1", | |
"desiredState": { | |
"manifest": { | |
"version": "v1beta1", | |
"id": "zk-pod", | |
"containers": [ | |
{ | |
"name": "zookeeper", | |
"image": "sumanyu/docker-zookeeper:3.4.6", | |
"ports": [{ "containerPort": 2181 }] | |
} | |
] | |
} | |
}, | |
"labels": { | |
"name": "zk-pod" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment