go-zero/example/rpc/server/unary/etc/k8s.json
2020-07-26 17:09:05 +08:00

13 lines
200 B
JSON

{
"Name": "rpc.unary",
"ListenOn": "0.0.0.0:3456",
"Auth": false,
"Etcd": {
"Hosts": [
"etcd.discov:2379"
],
"Key": "rpcx"
},
"Timeout": 500
}