mirror of https://github.com/k3s-io/k3s
29 lines
582 B
JSON
29 lines
582 B
JSON
{
|
|
"kind": "ServiceList",
|
|
"apiVersion": "v1beta1",
|
|
"items": [
|
|
{
|
|
"id": "example1",
|
|
"port": 8000,
|
|
"labels": {
|
|
"name": "nginx"
|
|
},
|
|
"selector": {
|
|
"name": "nginx"
|
|
}
|
|
},
|
|
{
|
|
"id": "example2",
|
|
"port": 8080,
|
|
"labels": {
|
|
"env": "prod",
|
|
"name": "jetty"
|
|
},
|
|
"selector": {
|
|
"env": "prod",
|
|
"name": "jetty"
|
|
}
|
|
}
|
|
]
|
|
}
|