Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shiny-k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
shiny-k8s
Commits
4423ad2b
Commit
4423ad2b
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
force to use shiny-server as command for the container, can be diseabled
parent
3922bc1a
No related branches found
No related tags found
No related merge requests found
Pipeline
#106648
failed
1 year ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
rshiny/Chart.yaml
+1
-1
1 addition, 1 deletion
rshiny/Chart.yaml
rshiny/templates/deployment.yaml
+3
-0
3 additions, 0 deletions
rshiny/templates/deployment.yaml
rshiny/values.yaml
+3
-1
3 additions, 1 deletion
rshiny/values.yaml
with
7 additions
and
2 deletions
rshiny/Chart.yaml
+
1
−
1
View file @
4423ad2b
...
...
@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version
:
0.
3.1
version
:
0.
4.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
...
...
This diff is collapsed.
Click to expand it.
rshiny/templates/deployment.yaml
+
3
−
0
View file @
4423ad2b
...
...
@@ -29,6 +29,9 @@ spec:
containers
:
-
name
:
rshiny-pod
image
:
{{
.Values.imageFullNameAndTag
}}
{{
- if .Values.shiny.enforceCommand
}}
command
:
[
"
shiny-server"
]
{{
- end
}}
securityContext
:
runAsGroup
:
999
runAsUser
:
999
...
...
This diff is collapsed.
Click to expand it.
rshiny/values.yaml
+
3
−
1
View file @
4423ad2b
...
...
@@ -23,7 +23,6 @@ resources:
ingress
:
enabled
:
true
className
:
"
"
annotations
:
nginx.ingress.kubernetes.io/affinity
:
cookie
...
...
@@ -33,3 +32,6 @@ ingress:
registry
:
private
:
false
shinyServer
:
enforceCommand
:
true
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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