fix(rstudio) bug fixes and semver (#5769)
* fix(rstudio) bug fixes and semver * Apply suggestions from code review Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -1,30 +1,27 @@
|
||||
env:
|
||||
ADD: shiny
|
||||
PASSWORD: yourpasswordhere
|
||||
ROOT: "FALSE"
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/rstudio
|
||||
tag: latest@sha256:66604649adaf7738e901f48f7d9865813d187ee7f8510d7510e4680dbd941318
|
||||
persistence:
|
||||
userdatadirectory:
|
||||
enabled: true
|
||||
mountPath: /home/rstudio/Documents
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.2.2@sha256:0902a2549c17caf1a4755f95b804685659b2162b3325d2483ad20cefc20d1db6
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
secretEnv:
|
||||
USER: rstudio
|
||||
PASSWORD: rstudio
|
||||
|
||||
env:
|
||||
DISABLE_AUTH: false
|
||||
ROOT: "FALSE"
|
||||
USERID: "{{ .Values.podSecurityContext.runAsUser }}"
|
||||
GROUPID: "{{ .Values.podSecurityContext.fsGroup }}"
|
||||
|
||||
service:
|
||||
hostport2:
|
||||
enabled: true
|
||||
ports:
|
||||
hostport2:
|
||||
enabled: true
|
||||
port: 3838
|
||||
protocol: TCP
|
||||
targetPort: 3838
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
@@ -32,5 +29,13 @@ service:
|
||||
protocol: HTTP
|
||||
targetPort: 8787
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /home/rstudio/.config/rstudio
|
||||
workspace:
|
||||
enabled: true
|
||||
mountPath: /home/rstudio/workspace
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user