chore(incubator): Move Dev to incubator and some cleanup

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-22 22:23:18 +02:00
parent d33f952798
commit 2c06051625
1320 changed files with 0 additions and 379 deletions
+35
View File
@@ -0,0 +1,35 @@
env:
ADD: shiny
PASSWORD: yourpasswordhere
ROOT: "FALSE"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rstudio
tag: latest
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