Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
k8s
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit bb0a3813
authored
Jun 19, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增kpl_admin_frontend
1 parent
cb34f400
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
script/seetaas/2-replace-file.sh
script/seetaas/2-replace-file.sh
View file @
bb0a381
...
@@ -13,6 +13,7 @@ core_nginx=http://106.38.203.205:30099 #30099
...
@@ -13,6 +13,7 @@ core_nginx=http://106.38.203.205:30099 #30099
visit_uc_frontend
=
106.38.203.205
#user-center前端的主机ip 或域名
visit_uc_frontend
=
106.38.203.205
#user-center前端的主机ip 或域名
mobile_frontend
=
http://106.38.203.205:30181
#30181
mobile_frontend
=
http://106.38.203.205:30181
#30181
kpl_stream
=
106.38.203.205:30205
kpl_stream
=
106.38.203.205:30205
kpl_admin_frontend
=
http://106.38.203.205:30182
###############其他依赖服务变量信息#########################################
###############其他依赖服务变量信息#########################################
mysql_host
=
192.168.1.32:3306
mysql_host
=
192.168.1.32:3306
mysql_user
=
root
mysql_user
=
root
...
@@ -44,6 +45,7 @@ sudo sed -i s#kpl_deploy#$kpl_deploy#g `find $config_workspace -type f -name "*.
...
@@ -44,6 +45,7 @@ sudo sed -i s#kpl_deploy#$kpl_deploy#g `find $config_workspace -type f -name "*.
sudo sed -i s#core_nginx#
$core_nginx
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#core_nginx#
$core_nginx
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_frontend#
$kpl_frontend
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_frontend#
$kpl_frontend
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#visit_uc_frontend#
$visit_uc_frontend
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#visit_uc_frontend#
$visit_uc_frontend
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_admin_frontend#
$kpl_admin_frontend
#g `find $config_workspace -type f -name "*.yaml"`
#############################kpl修改前端app.yaml#######################################
#############################kpl修改前端app.yaml#######################################
sudo sed -i s#kpl_backend#
$kpl_backend
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_backend#
$kpl_backend
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#usercenter_frontend#
$usercenter_frontend
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#usercenter_frontend#
$usercenter_frontend
#g `find $config_workspace -type f -name "*.yaml"`
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment