TrueChartsClone/charts/incubator/rstudio/values.yaml

36 lines
731 B
YAML

env:
ADD: shiny
PASSWORD: yourpasswordhere
ROOT: "FALSE"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rstudio
tag: latest@sha256:30e118d9ab0f38adcadfb9d683ef89ba2750a82e7d5a10ae8da2c754843cc8e3
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