From b2808a8f478c287341065ce8e1c60e3105f52358 Mon Sep 17 00:00:00 2001 From: aThorp96 Date: Thu, 23 Jan 2025 13:46:59 -0500 Subject: [PATCH] Scale results-watcher replicas and buckets in dev and staging to match pipelines --- .../development/main-pipeline-service-configuration.yaml | 4 ++-- .../staging/base/main-pipeline-service-configuration.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/pipeline-service/development/main-pipeline-service-configuration.yaml b/components/pipeline-service/development/main-pipeline-service-configuration.yaml index e5585c0ac83..c85adf28195 100644 --- a/components/pipeline-service/development/main-pipeline-service-configuration.yaml +++ b/components/pipeline-service/development/main-pipeline-service-configuration.yaml @@ -704,7 +704,7 @@ data: # is N, the N replicas will compete for the M buckets. The owner of a # bucket will take care of the reconciling for the keys partitioned into # that bucket. - buckets: "1" + buckets: "2" kind: ConfigMap metadata: annotations: @@ -1303,7 +1303,7 @@ metadata: name: tekton-results-watcher namespace: tekton-results spec: - replicas: 1 + replicas: 2 selector: matchLabels: app.kubernetes.io/name: tekton-results-watcher diff --git a/components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml b/components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml index 64ea283adda..2ec0ff9093d 100644 --- a/components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml +++ b/components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml @@ -657,7 +657,7 @@ data: # is N, the N replicas will compete for the M buckets. The owner of a # bucket will take care of the reconciling for the keys partitioned into # that bucket. - buckets: "1" + buckets: "4" kind: ConfigMap metadata: annotations: @@ -1194,7 +1194,7 @@ metadata: name: tekton-results-watcher namespace: tekton-results spec: - replicas: 1 + replicas: 4 selector: matchLabels: app.kubernetes.io/name: tekton-results-watcher