Skip to content

Commit

Permalink
Merge pull request #206 from tubaobao3/dev-2.1.7
Browse files Browse the repository at this point in the history
serving-server服务http端口设置及说明
  • Loading branch information
forgivedengkai authored Nov 9, 2023
2 parents f4c4965 + ff8ddc3 commit 893b30c
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -55,4 +58,4 @@ zk.url=localhost:2181,localhost:2182,localhost:2183

# LR algorithm config
#lr.split.size=500
#lr.use.parallel=false
#lr.use.parallel=false

0 comments on commit 893b30c

Please sign in to comment.