Skip to content

Commit

Permalink
fix: add startup probe to rotor (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
echozio authored Apr 11, 2024
1 parent a1686c7 commit 03f53d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/rotor/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ spec:
httpGet:
port: http
path: /health
startupProbe:
httpGet:
port: http
path: /health
failureThreshold: 60
{{- end }}
{{- if .Values.rotor.envFrom }}
envFrom:
Expand Down

0 comments on commit 03f53d5

Please sign in to comment.