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
Browse files Browse the repository at this point in the history
See #2291
  • Loading branch information
kwk authored Sep 21, 2018
1 parent 71bed56 commit f2ce2b2
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: 3
failureThreshold: 6
httpGet:
path: /api/status
port: 8080
Expand Down

0 comments on commit f2ce2b2

Please sign in to comment.