Skip to content

Commit 8be1e08

Browse files
gabemonteropmacik
authored andcommitted
upd-log-timeout-rm-grpc-pool
rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent af41855 commit 8be1e08

File tree

3 files changed

+14
-25
lines changed

3 files changed

+14
-25
lines changed

components/pipeline-service/development/kustomization.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ patches:
3636
kind: Deployment
3737
namespace: tekton-results
3838
name: tekton-results-watcher
39-
- path: increase-results-pruner-gracePeriod.yaml
39+
- path: update-results-watcher-args.yaml
4040
target:
4141
kind: Deployment
4242
namespace: tekton-results
@@ -50,8 +50,8 @@ patches:
5050
target:
5151
kind: TektonConfig
5252
name: config
53-
- path: update-results-watcher-performance.yaml
54-
target:
55-
kind: Deployment
56-
namespace: tekton-results
57-
name: tekton-results-watcher
53+
# - path: update-results-watcher-performance.yaml
54+
# target:
55+
# kind: Deployment
56+
# namespace: tekton-results
57+
# name: tekton-results-watcher

components/pipeline-service/development/increase-results-pruner-gracePeriod.yaml renamed to components/pipeline-service/development/update-results-watcher-args.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@ spec:
1616
"token",
1717
"-check_owner=false",
1818
"-completed_run_grace_period=2h",
19+
"-threadiness",
20+
"50",
21+
"-qps",
22+
"50",
23+
"-burst",
24+
"100",
25+
"-update_log_timeout",
26+
"2m",
1927
]

components/pipeline-service/development/update-results-watcher-performance.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)