mirror of
https://github.com/labstack/echo.git
synced 2025-01-03 22:52:19 +02:00
b6f754b2a2
Signed-off-by: Vishal Rana <vr@labstack.com>
19 lines
293 B
JSON
19 lines
293 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Service",
|
|
"metadata": {
|
|
"name": "echo",
|
|
"labels": {
|
|
"name": "echo"
|
|
}
|
|
},
|
|
"spec": {
|
|
"ports": [{
|
|
"port": 5091
|
|
}],
|
|
"selector": {
|
|
"name": "echo"
|
|
}
|
|
}
|
|
}
|