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 cbf905d0
authored
Jul 04, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
1 parent
ad7d9991
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
script/seetaas/2-replace-file.sh
script/seetaas/5-seetaas-start.sh
script/seetaas/2-replace-file.sh
View file @
cbf905d
#!/bin/bash
workspace
=
/workspace/seetaas
config_workspace
=
/root/
kpl_workspace/
configmap-kpl
config_workspace
=
/root/configmap-kpl
################kpl组件变量信息##########################
kpl_frontend
=
http://106.38.203.205:30180
#30180
kpl_backend
=
http://106.38.203.205:30200
#30200
...
...
script/seetaas/5-seetaas-start.sh
View file @
cbf905d
...
...
@@ -17,7 +17,7 @@ echo "部署seetaas-backend"
cd
$workspace
/src/seetaas-backend
&&
make private_deploy
mode
=
dev
########################################################
echo
"部署kpl-stream"
cd
$workspace
/src/
seetaas-backend
&&
make private_deploy
mode
=
dev
cd
$workspace
/src/
kpl-stream
&&
make private_deploy
mode
=
dev
##################################################################
echo
"部署kpl-launcher"
cd
$workspace
/src/kpl-launcher
&&
sh deploy.sh private_deploy
...
...
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