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
cfe1bc7a
Commit
cfe1bc7a
authored
May 07, 2021
by
ubuntu
Browse files
ini
parent
6257fdb5
Pipeline
#32709
passed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cfe1bc7a
...
...
@@ -47,7 +47,7 @@ deploy:
-
'
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 shiny --install rshiny-1 --set image.repository=rocker/shiny --set image.tag="3.6.1" --set serviceAccount.create=false --set serviceAccount.name=rshiny --set ingress.enabled=true --set ingress.hosts[0].host=rshiny-1.k.cirrus.cloud.inrae.fr --set ingress.hosts[0].paths[0].path="/" --set ingress.tls[0].secretName=rshiny-k-cirrus-cloud-inrae-fr-tls --set ingress.tls[0].hosts[0]=rshiny-1.k.cirrus.cloud.inrae.fr ./rshiny
-
helm upgrade --namespace $NAMESPACE --install $RELEASE_NAME --set image.repository=rocker/shiny --set image.tag="3.6.1" --set
serviceAccount.create=false --set serviceAccount.name=rshiny --set
ingress.enabled=true --set ingress.hosts[0].host=$HOST --set ingress.hosts[0].paths[0].path="/" --set ingress.tls[0].secretName=$TLS_SECRET --set ingress.tls[0].hosts[0]=$HOST ./rshiny
-
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="/" --set ingress.tls[0].secretName=$TLS_SECRET --set ingress.tls[0].hosts[0]=$HOST ./rshiny
after_script
:
-
'
echo
"url
to
visit
your
application
is
https://rshiny-1.k.cirrus.cloud.inrae.fr"'
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