Skip to content

Commit

Permalink
move pipelines and resolvers controller from leader election to state…
Browse files Browse the repository at this point in the history
…fulsets
  • Loading branch information
jkhelil committed Dec 3, 2024
1 parent df1a9a2 commit bf65a77
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1684,6 +1684,7 @@ spec:
kube-api-qps: 50
replicas: 2
threads-per-controller: 32
statefulset-ordinals: true
platforms:
openshift:
pipelinesAsCode:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1594,12 +1594,13 @@ spec:
type: Resource
minReplicas: 6
performance:
buckets: 8
buckets: 4
disable-ha: false
kube-api-burst: 50
kube-api-qps: 50
replicas: 4
threads-per-controller: 32
statefulset-ordinals: true
platforms:
openshift:
pipelinesAsCode:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2276,11 +2276,12 @@ spec:
type: Resource
minReplicas: 6
performance:
buckets: 8
buckets: 4
disable-ha: false
kube-api-burst: 50
kube-api-qps: 50
replicas: 4
statefulset-ordinals: true
threads-per-controller: 32
platforms:
openshift:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2276,11 +2276,12 @@ spec:
type: Resource
minReplicas: 6
performance:
buckets: 8
buckets: 4
disable-ha: false
kube-api-burst: 50
kube-api-qps: 50
replicas: 4
statefulset-ordinals: true
threads-per-controller: 32
platforms:
openshift:
Expand Down

0 comments on commit bf65a77

Please sign in to comment.