Skip to content

Commit

Permalink
[stable/metabase] Increase livenessProbe timeout (helm#16877)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Williams <max.williams@deliveryhero.com>
  • Loading branch information
max-rocket-internet authored and kengou committed Sep 18, 2019
1 parent 7c457ee commit 0fa691d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: The easy, open source way for everyone in your company to ask questions
and learn from data.
name: metabase
version: 0.8.0
version: 0.8.1
appVersion: v0.32.9
maintainers:
- name: pmint93
Expand Down
2 changes: 1 addition & 1 deletion stable/metabase/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
path: /
port: {{ .Values.service.internalPort }}
initialDelaySeconds: 120
timeoutSeconds: 5
timeoutSeconds: 30
failureThreshold: 6
readinessProbe:
httpGet:
Expand Down

0 comments on commit 0fa691d

Please sign in to comment.