8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
28 lines
441 B
JSON
28 lines
441 B
JSON
{
|
|
"kind": "Pod",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "zookeeper",
|
|
"labels": {
|
|
"name": "zookeeper"
|
|
}
|
|
},
|
|
"spec": {
|
|
"containers": [
|
|
{
|
|
"name": "zookeeper",
|
|
"image": "mattf/zookeeper",
|
|
"ports": [
|
|
{
|
|
"containerPort": 2181
|
|
}
|
|
],
|
|
"resources": {
|
|
"limits": {
|
|
"cpu": "100m"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|