Skip to content

Commit f1137de

Browse files
authored
Update example performance doc (#1636)
Original values don't make sense from a performance point of view as they are lower than the default values. Also high number of threads combined with bottleneck on QPS has the opposite effect as objects are re-queued and wait in the workqueue with exponentially increasing timeout. Fixed ref to old image registry.
1 parent 164e705 commit f1137de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ spec:
1919
template:
2020
spec:
2121
containers:
22-
- image: gcr.io/tekton-releases/github.com/tektoncd/chains/cmd/controller:v0.20.0
22+
- image: ghcr.io/tektoncd/chains/controller-92006fd957c0afd31de6a40b3e33b39f:v0.26.2
2323
args:
2424
- --threads-per-controller=32
25-
- --kube-api-burst=2
26-
- --kube-api-qps=3
25+
- --kube-api-burst=100
26+
- --kube-api-qps=50
2727
```

0 commit comments

Comments
 (0)