catalog/stable/rstudio/6.8.12/ix_values.yaml

39 lines
875 B
YAML

image:
pullPolicy: IfNotPresent
repository: rocker/rstudio
tag: 4.3.3@sha256:a2c1143729b88f64f5e5f9779c35ab5e7dee543bb212c7b1d2a588aefe104a23
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 }}"