1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-20 02:59:54 +02:00
echo/website/service.json
Vishal Rana 9f663fd9c4 Updated css
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-02 15:38:05 -07:00

19 lines
293 B
JSON

{
"apiVersion": "v1",
"kind": "Service",
"metadata": {
"name": "echo",
"labels": {
"name": "echo"
}
},
"spec": {
"ports": [{
"port": 5091
}],
"selector": {
"name": "echo"
}
}
}