k3s/api/examples/service.json

13 lines
168 B
JSON
Raw Normal View History

2014-06-06 23:40:48 +00:00
{
"kind": "Service",
"apiVersion": "v1beta1",
"id": "example",
2014-06-06 23:40:48 +00:00
"port": 8000,
"labels": {
"name": "nginx"
},
"selector": {
"name": "nginx"
}
2014-06-06 23:40:48 +00:00
}