Commit 4d02abf0 by tingweiwang

修改30300

1 parent 8a382613
Showing with 2 additions and 1 deletions
......@@ -9,7 +9,7 @@ seetaas_back_socket=ws://PUBLIC_IP:30200 # 30200 https对应wss
seetaas_imageproxy=http://PUBLIC_IP:30202 #30202
seetaas_deploy=http://PUBLIC_IP:30201 #30201
usercenter_frontend=http://PUBLIC_IP:30302 #30302
usercenter_backend=http://PUBLIC_IP:30330 #30300
usercenter_backend=http://PUBLIC_IP:30300 #30300
core_nginx=http://PUBLIC_IP:30099 #30099
visit_uc_frontend=PUBLIC_IP #user-center前端的主机ip 或域名
mobile_frontend=http://PUBLIC_IP:30181 #30181
......@@ -55,3 +55,4 @@ sed -i s#hb.seetatech.com/k8s/ubuntu-basic:16.04#$harbor_host/k8s/ubuntu-basic:1
sed -i s#hb.seetatech.com/k8s/image-proxy:v0.9.0#$harbor_host/k8s/image-proxy:v0.9.0#g `find $workspace -maxdepth 5 -name Dockerfile -type f`
sed -i s#FROM\ nginx#FROM\ $harbor_host/k8s/nginx#g `find $workspace -maxdepth 5 -name Dockerfile -type f`
sed -i s#hb.seetatech.com/k8s/cuda:10.0-base-ubuntu16.04#$harbor_host/k8s/cuda:10.0-base-ubuntu16.04#g `find $workspace -maxdepth 5 -name Dockerfile -type f`
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!