Skip to content

Commit

Permalink
Increase size for worker-01 for Kafka nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Aug 16, 2023
1 parent 67224db commit dcbac87
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions install/roles/tealc/templates/worker-machine-sets.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ metadata:
machine.openshift.io/cluster-api-machine-type: worker
spec:
# 5x kafka node
{ % if clusterName == "worker-01" % }
replicas: 5
{% else %}
replicas: 7
{% endif %}
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: {{ clusterId }}
Expand Down Expand Up @@ -123,8 +127,8 @@ metadata:
machine.openshift.io/cluster-api-machine-role: worker
machine.openshift.io/cluster-api-machine-type: worker
spec:
# 3x infra node
replicas: 3
# 4x infra node
replicas: 4
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: {{ clusterId }}
Expand Down

0 comments on commit dcbac87

Please sign in to comment.