Skip to content

Commit 893b30c

Browse files
Merge pull request #206 from tubaobao3/dev-2.1.7
serving-server服务http端口设置及说明
2 parents f4c4965 + ff8ddc3 commit 893b30c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

fate-serving-server/src/main/resources/serving-server.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
port=8000
16+
#主机启动serving-server进程服务时,port端口定义为grpc端口
17+
port=8000
18+
#主机启动serving-server进程服务时,http端口在此定义;采用kubefate部署时,请注释关闭此选项,在k8s中serving-server对应svc资源文件上进行修改
19+
server.port=8185
1720
#serviceRoleName=serving
1821
# cache
1922
#remoteModelInferenceResultCacheSwitch=false
@@ -55,4 +58,4 @@ zk.url=localhost:2181,localhost:2182,localhost:2183
5558

5659
# LR algorithm config
5760
#lr.split.size=500
58-
#lr.use.parallel=false
61+
#lr.use.parallel=false

0 commit comments

Comments
 (0)