39 lines
875 B
YAML
39 lines
875 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: rocker/rstudio
|
||
|
tag: 4.4.0@sha256:499d717108b4a415bc24f92072498f7af33108e7dc9050c07ab2fbaa34af0e89
|
||
|
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 }}"
|