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