Skip to content

Commit

Permalink
Merge pull request #536 from tkashem/fix-probe
Browse files Browse the repository at this point in the history
OCPBUGS-14010: increase timeout for probes
  • Loading branch information
openshift-merge-robot committed Jun 19, 2023
2 parents a606683 + 032611b commit 854ff5f
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 854ff5f

Please sign in to comment.