Skip to content

Commit

Permalink
remove rstudio liveness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
Siri Kallhovd committed May 15, 2023
1 parent 8a80a32 commit 2fcdf24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion repos/testing/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ maintainers:
email: system@uninett.no
home: https://www.rstudio.com/products/RStudio/
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-flat.svg
version: 0.2.100
version: 0.2.101
keywords:
- R web IDE
6 changes: 0 additions & 6 deletions repos/testing/rstudio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,6 @@ spec:
ports:
- containerPort: 8787
- containerPort: 3838
livenessProbe:
httpGet:
path: /unsupported_browser.htm
port: 8787
initialDelaySeconds: 30
timeoutSeconds: 30
securityContext:
runAsUser: {{ .Values.uid }}
runAsGroup: {{ .Values.gid }}
Expand Down

0 comments on commit 2fcdf24

Please sign in to comment.