42 lines
776 B
YAML
42 lines
776 B
YAML
image:
|
|
repository: tccr.io/truecharts/rstudio
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.2.2@sha256:83f85e34f0c8705b681a78df3c8a0bb00c80029d57f3cc74dd19a9ec1c174135
|
|
|
|
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
|