k3s/api/examples/service.json

11 lines
120 B
JSON
Raw Normal View History

2014-06-06 23:40:48 +00:00
{
"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
}