We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d0b89 commit c12b163Copy full SHA for c12b163
operator/gitops/argocd/pipeline-service/openshift-pipelines/tekton-config.yaml
@@ -190,4 +190,13 @@ spec:
190
kube-api-qps: 50
191
kube-api-burst: 50
192
pruner:
193
- disabled: true
+ # The load on prod-rh01 is to the point now where tekton-results
194
+ # can fall too far behind. Until the watcher's log storage is rewritten
195
+ # etc with SRVKP-4347 or if we risk adding more processing power (threads,qps,burst)
196
+ # to the mem leak version of the watcher, we need the OSP pruner as a backup.
197
+ # a bit of an adjustment, we will prune once an hour now per https://crontab.guru/every-1-hour
198
+ # to line up with typical timeout settings.
199
+ keep: 10
200
+ resources:
201
+ - pipelinerun
202
+ schedule: 0 * * * *
0 commit comments