Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DipSO
aspire
Commits
560a99b1
Commit
560a99b1
authored
May 07, 2021
by
ubuntu
Browse files
ini
parent
ece710ec
Pipeline
#32714
passed with stages
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
560a99b1
...
...
@@ -44,7 +44,7 @@ deploy:
-
helm create rshiny
-
'
sed
-ri
"s/^(\s*)(containerPort\s*:\s*80\s*$)/\1containerPort:
3838/"
rshiny/templates/deployment.yaml'
-
'
sed
-ri
"s/^(\s*)(targetPort\s*:\s*http\s*$)/\1targetPort:
3838/"
rshiny/templates/service.yaml'
-
>-
helm
upgrade
--namespace
$NAMESPACE
--install
$RELEASE_NAME
-
helm upgrade --namespace $NAMESPACE --install $RELEASE_NAME
--set image.repository=rocker/shiny --set image.tag="3.6.1"
--set ingress.enabled=true --set ingress.hosts[0].host=$HOST
--set ingress.hosts[0].paths[0].path="/"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment