mirror of https://github.com/k3s-io/k3s
13 lines
209 B
JSON
13 lines
209 B
JSON
|
{
|
||
|
"id": "mongo",
|
||
|
"kind": "Service",
|
||
|
"apiVersion": "v1beta1",
|
||
|
"port": 27017,
|
||
|
"containerPort": "mongo",
|
||
|
"selector": {
|
||
|
"name": "mongo", "role": "mongo"
|
||
|
},
|
||
|
"labels": {
|
||
|
"name": "mongo"
|
||
|
}
|
||
|
}
|