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
02cd4da7
Commit
02cd4da7
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
indicates when storage is enabled
parent
a71c7eff
No related branches found
No related tags found
No related merge requests found
Pipeline
#132520
passed
1 year ago
Stage: build
Stage: test
Pipeline: shiny-k8s-example
#132521
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
shiny-server/Chart.yaml
+1
-1
1 addition, 1 deletion
shiny-server/Chart.yaml
shiny-server/templates/NOTES.txt
+4
-0
4 additions, 0 deletions
shiny-server/templates/NOTES.txt
with
5 additions
and
1 deletion
shiny-server/Chart.yaml
+
1
−
1
View file @
02cd4da7
...
...
@@ -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.7.
0
version
:
0.7.
1
# 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.
shiny-server/templates/NOTES.txt
+
4
−
0
View file @
02cd4da7
...
...
@@ -14,6 +14,10 @@ Settings:
{{- if .Values.registry.private }}
- Registry is private
{{- end}}
{{- if .Values.storage.enabled }}
- Persistent storage is enabled, mounted to /srv/shiny-server/www/persistent and /srv/shiny-server/data.
Total disk space is {{ .Values.storage.size }}
{{- end}}
The documentation of the package deploying your application in kubernetes is available at
https://hub.pages.pasteur.fr/shiny-k8s/user_guide
...
...
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