mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
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"
|
|
}
|
|
}
|
|
}
|