Skip to content

Commit

Permalink
Move clusterCaCert config for brokers to proper place
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Sep 6, 2024
1 parent 28f8041 commit 6489f19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
13 changes: 5 additions & 8 deletions strimzi/main/kafka/00-kafka-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ spec:
memory: 5Gi
cpu: "3"
template:
clusterCaCert:
metadata:
annotations:
replicator.v1.mittwald.de/replicate-to-matching: "strimzi.io/sync-secrets=true"
pod:
tolerations:
- key: "nodetype"
Expand Down Expand Up @@ -124,10 +120,6 @@ spec:
memory: 5Gi
cpu: "3"
template:
clusterCaCert:
metadata:
annotations:
replicator.v1.mittwald.de/replicate-to-matching: "strimzi.io/sync-secrets=true"
pod:
tolerations:
- key: "nodetype"
Expand Down Expand Up @@ -208,6 +200,11 @@ spec:
configMapKeyRef:
key: anubis-kafka-jmx-exporter-configuration.yaml
name: anubis-kafka-jmx-exporter-configuration
template:
clusterCaCert:
metadata:
annotations:
replicator.v1.mittwald.de/replicate-to-matching: "strimzi.io/sync-secrets=true"
entityOperator:
template:
pod:
Expand Down
24 changes: 5 additions & 19 deletions strimzi/mirror/kafka/00-kafka-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ spec:
memory: 2Gi
cpu: "2"
template:
clusterCaCert:
metadata:
annotations:
replicator.v1.mittwald.de/replicate-to-matching: "strimzi.io/sync-secrets=true"
podDisruptionBudget:
maxUnavailable: 0
pod:
tolerations:
- key: "nodetype"
Expand Down Expand Up @@ -82,12 +76,6 @@ spec:
memory: 4Gi
cpu: "2"
template:
clusterCaCert:
metadata:
annotations:
replicator.v1.mittwald.de/replicate-to-matching: "strimzi.io/sync-secrets=true"
podDisruptionBudget:
maxUnavailable: 0
pod:
tolerations:
- key: "nodetype"
Expand Down Expand Up @@ -140,12 +128,6 @@ spec:
memory: 4Gi
cpu: "2"
template:
clusterCaCert:
metadata:
annotations:
replicator.v1.mittwald.de/replicate-to-matching: "strimzi.io/sync-secrets=true"
podDisruptionBudget:
maxUnavailable: 0
pod:
tolerations:
- key: "nodetype"
Expand Down Expand Up @@ -226,7 +208,11 @@ spec:
configMapKeyRef:
key: horus-kafka-jmx-exporter-configuration.yaml
name: horus-kafka-jmx-exporter-configuration

template:
clusterCaCert:
metadata:
annotations:
replicator.v1.mittwald.de/replicate-to-matching: "strimzi.io/sync-secrets=true"
entityOperator:
template:
pod:
Expand Down

0 comments on commit 6489f19

Please sign in to comment.