mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-01 06:10:32 +00:00
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"id": "zookeeper",
|
|
"kind": "Service",
|
|
"apiVersion": "v1beta1",
|
|
"port": 2181,
|
|
"containerPort": 2181,
|
|
"selector": { "name": "zookeeper" },
|
|
"labels": { "name": "zookeeper" }
|
|
}
|