Skip to content

Commit 76cff28

Browse files
gabemonterorh-tap-build-team[bot]
authored andcommitted
KFLUXBUGS-863: introduce results fixes with requisite performance related tuning (dev/stage) (redhat-appstudio#3884)
* update components/monitoring/grafana/base/dashboards/pipeline-service/kustomization.yaml * update components/pipeline-service/development/kustomization.yaml * update components/pipeline-service/staging/base/kustomization.yaml * update components/pipeline-service/staging/stone-stage-p01/deploy.yaml * update components/pipeline-service/staging/stone-stg-m01/deploy.yaml * update components/pipeline-service/staging/stone-stg-rh01/deploy.yaml * KFLUXBUGS-863: introduce results fixes with requisite performance related tuning (dev/stage) rh-pre-commit.version: 2.3.0 rh-pre-commit.check-secrets: ENABLED --------- Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com>
1 parent 800aadd commit 76cff28

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
- op: add
3+
path: /spec/template/spec/containers/0/args/-
4+
value: -threadiness
5+
- op: add
6+
path: /spec/template/spec/containers/0/args/-
7+
value: "50"
8+
- op: add
9+
path: /spec/template/spec/containers/0/args/-
10+
value: -qps
11+
- op: add
12+
path: /spec/template/spec/containers/0/args/-
13+
value: "50"
14+
- op: add
15+
path: /spec/template/spec/containers/0/args/-
16+
value: -burst
17+
- op: add
18+
path: /spec/template/spec/containers/0/args/-
19+
value: "100"
20+
- op: add
21+
path: /spec/template/spec/containers/0/args/-
22+
value: -update_log_timeout
23+
- op: add
24+
path: /spec/template/spec/containers/0/args/-
25+
value: "9m"
26+
- op: add
27+
path: /spec/template/spec/containers/0/args/-
28+
value: -dynamic_reconcile_timeout
29+
- op: add
30+
path: /spec/template/spec/containers/0/args/-
31+
value: "9m"

0 commit comments

Comments
 (0)