Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
1a64a499
Commit
1a64a499
authored
9 years ago
by
jackgr
Browse files
Options
Download
Patches
Plain Diff
Make startup script use dynamic services
parent
4bf9ac6e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/start-local.sh
+1
-1
scripts/start-local.sh
with
1 addition
and
1 deletion
+1
-1
scripts/start-local.sh
+
1
−
1
View file @
1a64a499
...
@@ -44,7 +44,7 @@ echo "Starting expandybird..."
...
@@ -44,7 +44,7 @@ echo "Starting expandybird..."
nohup
$EXPANDYBIRD
>
$LOGDIR
/expandybird.log 2>&1
--port
=
8081
--expansion_binary
=
expansion/expansion.py &
nohup
$EXPANDYBIRD
>
$LOGDIR
/expandybird.log 2>&1
--port
=
8081
--expansion_binary
=
expansion/expansion.py &
echo
"Starting deployment manager..."
echo
"Starting deployment manager..."
nohup
$MANAGER
>
$LOGDIR
/manager.log 2>&1
--port
=
"
${
MANAGER_PORT
}
"
--kubectl
=
"
${
KUBECTL
}
"
--expander
URL
=
http://localhost:8081
--deployerURL
=
http://localhost:
8082 &
nohup
$MANAGER
>
$LOGDIR
/manager.log 2>&1
--port
=
"
${
MANAGER_PORT
}
"
--kubectl
=
"
${
KUBECTL
}
"
--expander
Port
=
8081
--deployerPort
=
8082 &
if
[[
"
$KUBE_PROXY
"
]]
;
then
if
[[
"
$KUBE_PROXY
"
]]
;
then
echo
"Starting kubectl proxy..."
echo
"Starting kubectl proxy..."
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets