Skip to content

Commit

Permalink
queen: reduce initialDelay
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle authored Jan 17, 2024
1 parent f3d18b7 commit 1aea988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/queen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.5.1
version: 0.5.2
appVersion: "4.0.0"
4 changes: 2 additions & 2 deletions charts/queen/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
path: /api/healthcheck
port: http
scheme: HTTP
initialDelaySeconds: 600
initialDelaySeconds: 15
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 2
Expand All @@ -73,7 +73,7 @@ spec:
successThreshold: 1
timeoutSeconds: 5
startupProbe:
initialDelaySeconds: 150
initialDelaySeconds: 15
failureThreshold: 30
httpGet:
path: /api/healthcheck
Expand Down

0 comments on commit 1aea988

Please sign in to comment.