Skip to content
Snippets Groups Projects
Commit 34178698 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

add notes

parent 2e76631c
No related branches found
No related tags found
No related merge requests found
Pipeline #106681 failed
......@@ -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.4.1
version: 0.4.2
# 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
......
The application will be up shortly at:
https://{{ .Values.ingress.hostname }}
Settings:
- Image used: {{ .Values.imageFullNameAndTag }}
- Ressources: {{ .Values.resources.requests.cpu}} and {{ .Values.resources.requests.memory}}, limits are {{ .Values.resources.limits.cpu}} and {{ .Values.resources.limits.memory}}
{{- if .Values.autoscaling.enabled }}
- Autoscaling is enabled
{{- end}}
{{- if .Values.nodowntime.enabled }}
- Nodowntime is enabled (keep in mind that quota must thus be twice your resources.limits)
{{- end}}
{{- if .Values.registry.private }}
- Registry is private
{{- end}}
{{- if .Values.shinyServer.enforceCommand }}
- Image command is overridden to "shiny-server"
{{- end}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment