Skip to content

Commit

Permalink
Use proper node types for Strimzi
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Jan 10, 2025
1 parent 2f1c4be commit c1f8fae
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion strimzi/main/clients-kustomize/base/consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "connect"
value: "services"
effect: "NoSchedule"
affinity:
nodeAffinity:
Expand Down
2 changes: 1 addition & 1 deletion strimzi/main/clients-kustomize/base/producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "connect"
value: "services"
effect: "NoSchedule"
affinity:
nodeAffinity:
Expand Down
2 changes: 1 addition & 1 deletion strimzi/main/clients-kustomize/base/streams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "connect"
value: "services"
effect: "NoSchedule"
affinity:
nodeAffinity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "connect"
value: "infra"
effect: "NoSchedule"
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "connect"
value: "services"
effect: "NoSchedule"
affinity:
nodeAffinity:
Expand Down
2 changes: 1 addition & 1 deletion strimzi/mirror/clients/01-internal-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "connect"
value: "services"
effect: "NoSchedule"
affinity:
nodeAffinity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "connect"
value: "infra"
effect: "NoSchedule"
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "connect"
value: "services"
effect: "NoSchedule"
affinity:
nodeAffinity:
Expand Down

0 comments on commit c1f8fae

Please sign in to comment.