Skip to content

Commit

Permalink
Move Strimzi from infra to services
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 c1f8fae commit f92e9a2
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion amq-streams/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
2 changes: 1 addition & 1 deletion debezium/connector/040-Connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "connect"
value: "services"
effect: "NoSchedule"
affinity:
nodeAffinity:
Expand Down
42 changes: 21 additions & 21 deletions strimzi/main/clients/01-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -127,7 +127,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -192,7 +192,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -257,7 +257,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -327,7 +327,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -392,7 +392,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -459,7 +459,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -529,7 +529,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -582,7 +582,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -647,7 +647,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -717,7 +717,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -782,7 +782,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -847,7 +847,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -917,7 +917,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -982,7 +982,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -1047,7 +1047,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -1117,7 +1117,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -1182,7 +1182,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -1247,7 +1247,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -1317,7 +1317,7 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -1382,4 +1382,4 @@ spec:
- effect: NoSchedule
key: nodetype
operator: Equal
value: connect
value: services
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "infra"
value: "services"
effect: "NoSchedule"
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ spec:
tolerations:
- key: "nodetype"
operator: "Equal"
value: "infra"
value: "services"
effect: "NoSchedule"

0 comments on commit f92e9a2

Please sign in to comment.