Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
ksy-project-docking
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 b9401d3a
authored
Oct 20, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加node和notebook grafana url
1 parent
e9a66953
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
sed-configmap/sed-config.sh
sed-configmap/sed-config.sh
View file @
b9401d3
...
...
@@ -25,6 +25,8 @@ kpl_realy_path=kpl #默认不更改
iot_boolean
=
false
grafana_boolean
=
false
mqtt_host
=
#192.168.1.32:1883 ,如果iot功能关闭,此处可以不做配置
notebook_grafana_url_string
=
node_grafana_url_string
=
###############################修改后端app.yaml################################
sudo sed -i s#redis_host#
$redis_host
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#mysql_host#
$mysql_host
#g `find $config_workspace -type f -name "*.yaml"`
...
...
@@ -48,4 +50,6 @@ sudo sed -i s#kpl_realy_path#$kpl_realy_path#g `find $config_workspace -type f -
sudo sed -i s#iot_boolean#
$iot_boolean
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#mqtt_host#
$mqtt_host
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#grafana_boolean#
$grafana_boolean
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#notebook_grafana_url_string#
$notebook_grafana_url_string
#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#node_grafana_url_string#
$node_grafana_url_string
#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