Skip to content

Commit

Permalink
raise probes timeout for shiny chart
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed May 31, 2022
1 parent 7d2d872 commit 6edd8e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/shiny/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.15.0
version: 0.15.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
8 changes: 8 additions & 0 deletions charts/shiny/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,18 @@ spec:
httpGet:
path: /
port: http
timeoutSeconds: 3
readinessProbe:
httpGet:
path: /
port: http
timeoutSeconds: 3
startupProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 5
timeoutSeconds: 3
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.postgresql.enabled }}
Expand Down
15 changes: 0 additions & 15 deletions charts/shiny/templates/tests/test-connection.yaml

This file was deleted.

0 comments on commit 6edd8e9

Please sign in to comment.