Skip to content

Commit

Permalink
Increase success threshold (#1568)
Browse files Browse the repository at this point in the history
* Increase success threshold to 5s

* set to 3s

* Update deployment.yaml
  • Loading branch information
haoxins committed Apr 13, 2022
1 parent b4cea34 commit b34e439
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ spec:
port: 8081
initialDelaySeconds: 15
periodSeconds: 20
timeoutSeconds: 3
readinessProbe:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
initialDelaySeconds: 10
periodSeconds: 15
timeoutSeconds: 3
resources:
limits:
cpu: 100m
Expand Down

0 comments on commit b34e439

Please sign in to comment.