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

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
......@@ -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
......
......@@ -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
......
......@@ -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
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