openshift-pipelines / pipeline-service

SaaS for Tekton Pipelines
Apache License 2.0
23 stars 44 forks source link

expose autoscaler for both webhooks #959

Closed gabemontero closed 5 months ago

gabemontero commented 5 months ago

add req/limit for operator proxy webhook double req/limit for core webhook equate results api/watcher requests/limits cpu/mem results watcher controller perf settings

As part of either the nightlies exposing 1.14+, or an explicit switch to 1.14 if something blocks nightly propagation, I'm exposing horizontal pod autoscalers and related deployment cpu/mem req/limit for the webhooks.

there was some results req/limit settings that needed to be made equal to ensure obtaining of those value from k8s, as we saw some instances where more mem was denied while below the mem limit

rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED

gabemontero commented 5 months ago

/retest