Files
truecharts/charts/incubator/rstudio/values.yaml
T
TrueCharts BotandGitHub 8229f1a5e5 chore(deps): update docker general non-major (#3790)
* 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-09-19 11:20:18 +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:be346c21395ef35282b4c4df8228ec54067a89605cf07e905c58b0da0b009a8b
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