Skip to content

Commit

Permalink
fix: update startup probe
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Jan 30, 2024
1 parent deb35df commit 46bd924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
startupProbe:
failureThreshold: 3
httpGet:
path: /q/health/started
path: {{ .Values.startupProbe.url }}
port: {{ .Values.pod.port }}
scheme: HTTP
initialDelaySeconds: 3
Expand Down

0 comments on commit 46bd924

Please sign in to comment.