k3s/examples/guestbook/frontend-service.json

8 lines
83 B
JSON
Raw Normal View History

{
"id": "frontend",
"port": 9998,
"selector": {
"name": "frontend"
}
}