micro/template/service.json

10 lines
228 B
JSON
Raw Normal View History

2015-01-14 02:31:27 +03:00
{
"id": "template-service",
"kind": "Service",
"apiVersion": "v1beta1",
"port": 9091,
"containerPort": 8080,
"selector": { "name": "go.micro.service.template" },
"labels": { "name": "go.micro.service.template" }
}