Skip to content

Commit

Permalink
increase timeout for probes
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashem committed Jun 2, 2023
1 parent 0d26d6e commit 032611b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bindata/v3.11.0/openshift-apiserver/deploy.yaml
Expand Up @@ -121,7 +121,7 @@ spec:
path: healthz
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
Expand All @@ -131,7 +131,7 @@ spec:
path: readyz
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 1
startupProbe:
Expand All @@ -141,7 +141,7 @@ spec:
path: healthz
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 30
- name: openshift-apiserver-check-endpoints
Expand Down
6 changes: 3 additions & 3 deletions pkg/operator/v311_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 032611b

Please sign in to comment.