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

Commit

Permalink
Double the amount of allowed time for a pod to be ready (#2295)
Browse files Browse the repository at this point in the history
from 60 seconds to now 120 seconds

See #2291
  • Loading branch information
kwk authored Sep 21, 2018
1 parent 7fd5f0b commit fce0b6a
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: 6
failureThreshold: 12
httpGet:
path: /api/status
port: 8080
Expand Down

0 comments on commit fce0b6a

Please sign in to comment.