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

37 lines
806 B
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/rocker-org/rstudio
tag: 4.5.0@sha256:2aacb0da78890fb7615744765ca1bd3b57e991c347c7ce26adb1b9243a20b781
persistence:
config:
enabled: true
mountPath: /home/rstudio/.config/rstudio
workspace:
enabled: true
mountPath: /home/rstudio/workspace
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: 568