micro/template/service.json
2015-01-13 23:31:27 +00:00

10 lines
228 B
JSON

{
"id": "template-service",
"kind": "Service",
"apiVersion": "v1beta1",
"port": 9091,
"containerPort": 8080,
"selector": { "name": "go.micro.service.template" },
"labels": { "name": "go.micro.service.template" }
}