Skip to content

Commit

Permalink
feat(KONFLUX-4508): Run more Pipelines Controller replicas across mor…
Browse files Browse the repository at this point in the history
…e zones in Prod (#4637)

This was deployed in Stage by c9f164e
  • Loading branch information
jhutar authored Oct 2, 2024
1 parent 8cf611e commit 1a441c5
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,13 @@ spec:
cpu: "1"
limits:
memory: 8Gi
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app: tekton-pipelines-controller
disabled: false
horizontalPodAutoscalers:
tekton-operator-proxy-webhook:
Expand Down Expand Up @@ -1615,11 +1622,11 @@ spec:
type: Resource
minReplicas: 6
performance:
buckets: 4
buckets: 8
disable-ha: false
kube-api-burst: 50
kube-api-qps: 50
replicas: 2
replicas: 4
threads-per-controller: 32
platforms:
openshift:
Expand Down
11 changes: 9 additions & 2 deletions components/pipeline-service/production/stone-prd-m01/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2055,6 +2055,13 @@ spec:
requests:
cpu: "1"
memory: 6Gi
topologySpreadConstraints:
- labelSelector:
matchLabels:
app: tekton-pipelines-controller
maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
tekton-pipelines-remote-resolvers:
spec:
replicas: 1
Expand Down Expand Up @@ -2119,11 +2126,11 @@ spec:
type: Resource
minReplicas: 6
performance:
buckets: 4
buckets: 8
disable-ha: false
kube-api-burst: 50
kube-api-qps: 50
replicas: 2
replicas: 4
threads-per-controller: 32
platforms:
openshift:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2055,6 +2055,13 @@ spec:
requests:
cpu: "1"
memory: 6Gi
topologySpreadConstraints:
- labelSelector:
matchLabels:
app: tekton-pipelines-controller
maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
tekton-pipelines-remote-resolvers:
spec:
replicas: 1
Expand Down Expand Up @@ -2119,11 +2126,11 @@ spec:
type: Resource
minReplicas: 6
performance:
buckets: 4
buckets: 8
disable-ha: false
kube-api-burst: 50
kube-api-qps: 50
replicas: 2
replicas: 4
threads-per-controller: 32
platforms:
openshift:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2055,6 +2055,13 @@ spec:
requests:
cpu: "1"
memory: 6Gi
topologySpreadConstraints:
- labelSelector:
matchLabels:
app: tekton-pipelines-controller
maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
tekton-pipelines-remote-resolvers:
spec:
replicas: 1
Expand Down Expand Up @@ -2119,11 +2126,11 @@ spec:
type: Resource
minReplicas: 6
performance:
buckets: 4
buckets: 8
disable-ha: false
kube-api-burst: 50
kube-api-qps: 50
replicas: 2
replicas: 4
threads-per-controller: 32
platforms:
openshift:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2055,6 +2055,13 @@ spec:
requests:
cpu: "1"
memory: 6Gi
topologySpreadConstraints:
- labelSelector:
matchLabels:
app: tekton-pipelines-controller
maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
tekton-pipelines-remote-resolvers:
spec:
replicas: 1
Expand Down Expand Up @@ -2119,11 +2126,11 @@ spec:
type: Resource
minReplicas: 6
performance:
buckets: 4
buckets: 8
disable-ha: false
kube-api-burst: 50
kube-api-qps: 50
replicas: 2
replicas: 4
threads-per-controller: 32
platforms:
openshift:
Expand Down

0 comments on commit 1a441c5

Please sign in to comment.