Skip to content

Commit

Permalink
Add startup probe for bulker (#64)
Browse files Browse the repository at this point in the history
Fix for bulker crash loop on startup under heavy kafka load.
  • Loading branch information
mleklund authored Jan 23, 2025
1 parent c1c1607 commit 58c704a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/bulker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ spec:
httpGet:
port: http
path: /ready
startupProbe:
httpGet:
port: http
path: /health
failureThreshold: 60
{{- end }}
{{- if .Values.bulker.envFrom }}
envFrom:
Expand Down

0 comments on commit 58c704a

Please sign in to comment.