PERF(tekton): remove CPU limits for stability

- Remove CPU limit from tekton-pipelines-webhook
- Remove CPU limit from tekton-pipelines-remote-resolvers
This commit is contained in:
2026-01-12 02:51:10 +09:00
parent a097eb560e
commit 6fbd92bae5

View File

@@ -24,3 +24,20 @@ patches:
- op: add
path: /metadata/labels/pod-security.kubernetes.io~1warn
value: privileged
# Remove CPU limits for stability
- target:
group: apps
version: v1
kind: Deployment
name: tekton-pipelines-webhook
patch: |-
- op: remove
path: /spec/template/spec/containers/0/resources/limits/cpu
- target:
group: apps
version: v1
kind: Deployment
name: tekton-pipelines-remote-resolvers
patch: |-
- op: remove
path: /spec/template/spec/containers/0/resources/limits/cpu