mirror of https://github.com/k3s-io/k3s
23 lines
315 B
JSON
23 lines
315 B
JSON
![]() |
{
|
||
|
"kind": "Service",
|
||
![]() |
"apiVersion": "v1",
|
||
![]() |
"metadata": {
|
||
|
"name": "nettest",
|
||
|
"labels": {
|
||
|
"name": "nettest"
|
||
|
}
|
||
![]() |
},
|
||
![]() |
"spec": {
|
||
![]() |
"ports": [
|
||
|
{
|
||
|
"port": 8080,
|
||
|
"protocol": "TCP",
|
||
|
"targetPort": 8080
|
||
|
}
|
||
|
],
|
||
![]() |
"selector": {
|
||
|
"name": "nettest"
|
||
![]() |
}
|
||
![]() |
}
|
||
|
}
|