Skip to content

Commit b2808a8

Browse files
committed
Scale results-watcher replicas and buckets in dev and staging to match pipelines
1 parent 4148056 commit b2808a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/pipeline-service/development/main-pipeline-service-configuration.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ data:
704704
# is N, the N replicas will compete for the M buckets. The owner of a
705705
# bucket will take care of the reconciling for the keys partitioned into
706706
# that bucket.
707-
buckets: "1"
707+
buckets: "2"
708708
kind: ConfigMap
709709
metadata:
710710
annotations:
@@ -1303,7 +1303,7 @@ metadata:
13031303
name: tekton-results-watcher
13041304
namespace: tekton-results
13051305
spec:
1306-
replicas: 1
1306+
replicas: 2
13071307
selector:
13081308
matchLabels:
13091309
app.kubernetes.io/name: tekton-results-watcher

components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ data:
657657
# is N, the N replicas will compete for the M buckets. The owner of a
658658
# bucket will take care of the reconciling for the keys partitioned into
659659
# that bucket.
660-
buckets: "1"
660+
buckets: "4"
661661
kind: ConfigMap
662662
metadata:
663663
annotations:
@@ -1194,7 +1194,7 @@ metadata:
11941194
name: tekton-results-watcher
11951195
namespace: tekton-results
11961196
spec:
1197-
replicas: 1
1197+
replicas: 4
11981198
selector:
11991199
matchLabels:
12001200
app.kubernetes.io/name: tekton-results-watcher

0 commit comments

Comments
 (0)