42 lines
775 B
YAML
42 lines
775 B
YAML
image:
|
|
repository: tccr.io/truecharts/rstudio
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.3.0@sha256:9a72e9830e316fde0617d47679d8618b15c6cc4efb54bc97f6d01b11a9ba7e79
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
secretEnv:
|
|
USER: rstudio
|
|
PASSWORD: rstudio
|
|
|
|
env:
|
|
DISABLE_AUTH: false
|
|
ROOT: "FALSE"
|
|
USERID: "{{ .Values.podSecurityContext.runAsUser }}"
|
|
GROUPID: "{{ .Values.podSecurityContext.fsGroup }}"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8787
|
|
protocol: HTTP
|
|
targetPort: 8787
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /home/rstudio/.config/rstudio
|
|
workspace:
|
|
enabled: true
|
|
mountPath: /home/rstudio/workspace
|
|
|
|
portal:
|
|
enabled: true
|