8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
22 lines
315 B
JSON
22 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"
|
|
}
|
|
}
|
|
}
|