Skip to content

Commit

Permalink
Revert "Decrease readinessProbe period" (#163)
Browse files Browse the repository at this point in the history
Revert "Decrease readinessProbe period (#141)"

This reverts commit 6540d91.
  • Loading branch information
rsevilla87 authored Dec 11, 2024
1 parent b4e1618 commit 09102ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config/cluster-density-v2/deployment-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- "/bin/sh"
- "-c"
- "curl --fail -sS ${SERVICE_ENDPOINT} -o /dev/null && curl --fail -sSk ${ROUTE_ENDPOINT} -o /dev/null"
periodSeconds: 2
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
volumeMounts:
Expand Down

0 comments on commit 09102ef

Please sign in to comment.