Files
truecharts/charts/incubator/rstudio/values.yaml
T
TrueCharts BotandGitHub 12c0b05b08 chore(deps): update docker general non-major (#4260)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-01 10:54:50 +02:00

37 lines
716 B
YAML

env:
ADD: shiny
PASSWORD: yourpasswordhere
ROOT: "FALSE"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rstudio
tag: latest@sha256:1ee57cc3f0334e96942ee3a6acfb61af86cbacf8637255b3dda1d59eb0bee5d0
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:
ports:
main:
port: 8787
protocol: HTTP
targetPort: 8787
portal:
enabled: true