37 lines
716 B
YAML
37 lines
716 B
YAML
|
env:
|
||
|
ADD: shiny
|
||
|
PASSWORD: yourpasswordhere
|
||
|
ROOT: "FALSE"
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/rstudio
|
||
|
tag: latest@sha256:f0a59a893cc1a23ad4de013819eae00cbd941e079958efb217efad4cf7012a7e
|
||
|
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
|