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 abdb2dbf
authored
May 21, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增kpl_stream变量
1 parent
ea2a75c2
Show 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 @
abdb2db
...
...
@@ -12,6 +12,7 @@ usercenter_backend=http://106.38.203.205:30300 #30300
core_nginx
=
http://106.38.203.205:30099
#30099
visit_uc_frontend
=
106.38.203.205
#user-center前端的主机ip 或域名
mobile_frontend
=
http://106.38.203.205:30181
#30181
kpl_stream
=
106.38.203.206:30205
###############其他依赖服务变量信息#########################################
mysql_host
=
192.168.1.32:3306
mysql_user
=
root
...
...
@@ -48,6 +49,7 @@ sudo sed -i s#usercenter_backend#$usercenter_backend#g `find $config_workspace -
sudo sed -i s#kpl_back_socket#
$kpl_back_socket
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_imageproxy#
$kpl_imageproxy
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#mobile_frontend#
$mobile_frontend
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_stream#
$kpl_stream
#g `find $config_workspace -type f -name "*.yaml"`
###################################################################################################
sudo sed -i s#kpl_service_id#
$kpl_service_id
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_realy_path#
$kpl_realy_path
#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