38 lines
859 B
YAML
38 lines
859 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/rocker-org/rstudio
|
|
tag: 4.6.1@sha256:1b336003a4103bc3271ba4bc3ff3b52f10846b5395cb8d567de49bc2d2035311
|
|
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
|