From ff8ddc3d4346ece70d9676a433abbadb181d2520 Mon Sep 17 00:00:00 2001 From: tubaobao3 <13572814277@163.com> Date: Thu, 9 Nov 2023 15:31:52 +0800 Subject: [PATCH] =?UTF-8?q?serving-server=E6=9C=8D=E5=8A=A1http=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E8=AE=BE=E7=BD=AE=E5=8F=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hecy7 --- .../src/main/resources/serving-server.properties | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fate-serving-server/src/main/resources/serving-server.properties b/fate-serving-server/src/main/resources/serving-server.properties index e4c86932d..1736ba86f 100644 --- a/fate-serving-server/src/main/resources/serving-server.properties +++ b/fate-serving-server/src/main/resources/serving-server.properties @@ -13,7 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. # -port=8000 +#主机启动serving-server进程服务时,port端口定义为grpc端口 +port=8000 +#主机启动serving-server进程服务时,http端口在此定义;采用kubefate部署时,请注释关闭此选项,在k8s中serving-server对应svc资源文件上进行修改 +server.port=8185 #serviceRoleName=serving # cache #remoteModelInferenceResultCacheSwitch=false @@ -55,4 +58,4 @@ zk.url=localhost:2181,localhost:2182,localhost:2183 # LR algorithm config #lr.split.size=500 -#lr.use.parallel=false \ No newline at end of file +#lr.use.parallel=false