17 lines
220 B
JSON
17 lines
220 B
JSON
|
{
|
||
|
"kind": "Service",
|
||
|
"apiVersion": "v1",
|
||
|
"metadata": {
|
||
|
"name": "myapp"
|
||
|
},
|
||
|
"spec": {
|
||
|
"ports": [{
|
||
|
"port": 8765,
|
||
|
"targetPort": 9376
|
||
|
}],
|
||
|
"selector": {
|
||
|
"app": "example"
|
||
|
}
|
||
|
}
|
||
|
}
|