diff --git a/manifests/10-insights-runtime-extractor.yaml b/manifests/10-insights-runtime-extractor.yaml index bc6cfd7e0..e6c07fdd7 100644 --- a/manifests/10-insights-runtime-extractor.yaml +++ b/manifests/10-insights-runtime-extractor.yaml @@ -93,9 +93,11 @@ spec: exec: command: - crictl + - --timeout + - 10s - info - periodSeconds: 10 - failureThreshold: 2 + periodSeconds: 30 + timeoutSeconds: 10 resources: requests: cpu: 10m