TrueChartsClone/charts/incubator/rstudio/values.yaml

39 lines
756 B
YAML

env:
ADD: shiny
PASSWORD: yourpasswordhere
ROOT: "FALSE"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rstudio
tag: latest@sha256:f9773f831fc92998463898e617000b36211bb7503a02059e206c647f7af5ed0e
persistence:
userdatadirectory:
enabled: true
mountPath: /home/rstudio/Documents
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
hostport2:
enabled: true
ports:
hostport2:
enabled: true
port: 3838
protocol: TCP
targetPort: 3838
main:
enabled: true
ports:
main:
enabled: true
port: 8787
protocol: HTTP
targetPort: 8787
portal:
enabled: true