Przeglądaj źródła

Merge branch 'master' of http://120.55.44.4:10080/gaoyagang/GtDataStore

gaoyagang 1 rok temu
rodzic
commit
9304142848
1 zmienionych plików z 8 dodań i 8 usunięć
  1. 8 8
      app/cmd/dtgateway/etc/dtgateway.yaml

+ 8 - 8
app/cmd/dtgateway/etc/dtgateway.yaml

@@ -18,13 +18,13 @@ Log:
   Level: error
   Level: error
 
 
 #rpc service
 #rpc service
-#OrganizationRpcConf:
-#  Endpoints:
-#    - 127.0.0.1:1117
-#  NonBlock: true
-#  Timeout: 0
-
 OrganizationRpcConf:
 OrganizationRpcConf:
-  Timeout: 50000
-  Target: k8s://gt-datacenter/organization-rpc-svc:1117 #goctl kube 默认生成的k8s yaml的serviceName: {rpc中定义的name}-svc
+  Endpoints:
+    - 127.0.0.1:1117
+  NonBlock: true
+  Timeout: 0
+
+#OrganizationRpcConf:
+#  Timeout: 50000
+#  Target: k8s://gt-datacenter/organization-rpc-svc:1117 #goctl kube 默认生成的k8s yaml的serviceName: {rpc中定义的name}-svc