2022-07-22 20:19:45 +00:00
|
|
|
image:
|
2022-12-25 09:44:22 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-12-07 14:26:46 +00:00
|
|
|
repository: rocker/rstudio
|
2024-08-09 18:18:55 +00:00
|
|
|
tag: 4.4.1@sha256:ee7c4efa46f0b5d46e051393ef05f262aceb959463b15fc3648955965290d231
|
2022-12-25 09:44:22 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /home/rstudio/.config/rstudio
|
|
|
|
workspace:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /home/rstudio/workspace
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-12-12 15:54:42 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
2023-12-07 14:26:46 +00:00
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8787
|
2023-12-12 15:54:42 +00:00
|
|
|
protocol: http
|
2023-12-07 14:26:46 +00:00
|
|
|
targetPort: 8787
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
DISABLE_AUTH: "false"
|
2023-12-12 15:54:42 +00:00
|
|
|
GROUPID: "{{ .Values.securityContext.pod.fsGroup }}"
|
2023-12-07 14:26:46 +00:00
|
|
|
PASSWORD: rstudio
|
|
|
|
ROOT: "FALSE"
|
|
|
|
USER: rstudio
|
2023-12-12 15:54:42 +00:00
|
|
|
USERID: "{{ .Values.securityContext.container.runAsUser }}"
|