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