Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
10x the amount of allowed time for a pod to be ready (#2298)
Browse files Browse the repository at this point in the history
from 120 seconds to now 1200 seconds

See #2291
  • Loading branch information
kwk authored Sep 25, 2018
1 parent 07f931d commit cd7a01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/core.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ objects:
successThreshold: 1
timeoutSeconds: 1
readinessProbe:
failureThreshold: 12
failureThreshold: 120
httpGet:
path: /api/status
port: 8080
Expand Down

0 comments on commit cd7a01b

Please sign in to comment.