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