Files
truecharts/charts/stable/rstudio/values.yaml
T

39 lines
875 B
YAML

image:
pullPolicy: IfNotPresent
repository: rocker/rstudio
tag: 4.3.2@sha256:47a62bf1c19935ce96ca20f5752152e03022803b0c7d97159b316f510578891d
persistence:
config:
enabled: true
mountPath: /home/rstudio/.config/rstudio
workspace:
enabled: true
mountPath: /home/rstudio/workspace
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8787
protocol: http
targetPort: 8787
workload:
main:
podSpec:
containers:
main:
env:
DISABLE_AUTH: "false"
GROUPID: "{{ .Values.securityContext.pod.fsGroup }}"
PASSWORD: rstudio
ROOT: "FALSE"
USER: rstudio
USERID: "{{ .Values.securityContext.container.runAsUser }}"