Skip to content

Commit

Permalink
fix: add default livenessProbe.periodSeconds (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlo03 authored May 23, 2024
1 parent bf46032 commit 0167443
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/retool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: retool
description: A Helm chart for Kubernetes
type: application
version: 6.2.3
version: 6.2.4
maintainers:
- name: Retool Engineering
email: engineering+helm@retool.com
Expand Down
1 change: 1 addition & 0 deletions charts/retool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ livenessProbe:
path: /api/checkHealth
initialDelaySeconds: 30
timeoutSeconds: 10
periodSeconds: 10
failureThreshold: 3

readinessProbe:
Expand Down
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ livenessProbe:
path: /api/checkHealth
initialDelaySeconds: 30
timeoutSeconds: 10
periodSeconds: 10
failureThreshold: 3

readinessProbe:
Expand Down

0 comments on commit 0167443

Please sign in to comment.