Skip to content

Commit

Permalink
Remove tolerations from Strimzi deployment (#380)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless authored Sep 6, 2024
1 parent 2e82fc7 commit 475cc51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@
operator: In
values:
- worker
tolerations:
- key: "nodetype"
operator: "Equal"
value: "worker"
effect: "NoSchedule"
logLevelOverride: "DEBUG"

- name: Apply metrics related config for Strimzi operator
Expand Down
20 changes: 0 additions & 20 deletions install/roles/automation-hub/templates/strimzi/kafka/00-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ spec:
podDisruptionBudget:
maxUnavailable: 0
pod:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "worker"
effect: "NoSchedule"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -134,11 +129,6 @@ spec:
entityOperator:
template:
pod:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "worker"
effect: "NoSchedule"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -189,11 +179,6 @@ spec:
kafkaExporter:
template:
pod:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "worker"
effect: "NoSchedule"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -230,11 +215,6 @@ spec:
name: event-bus-cruise-control-jmx-exporter-configuration
template:
pod:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "worker"
effect: "NoSchedule"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 475cc51

Please sign in to comment.