Merge "[AAI] Service monitor for scraping prometheus metrics"
[oom.git] / kubernetes / strimzi / templates / strimzi-kafka.yaml
index 06802da..03ee56a 100644 (file)
@@ -48,12 +48,14 @@ spec:
           type: tls
         configuration:
           bootstrap:
-            nodePort: {{ .Values.global.nodePortPrefixExt }}91
+            nodePort: {{ .Values.global.nodePortPrefixExt }}93
           brokers:
             - broker: 0
-              nodePort: {{ .Values.global.nodePortPrefixExt }}92
+              nodePort: {{ .Values.global.nodePortPrefixExt }}90
             - broker: 1
-              nodePort: {{ .Values.global.nodePortPrefixExt }}93
+              nodePort: {{ .Values.global.nodePortPrefixExt }}91
+            - broker: 2
+              nodePort: {{ .Values.global.nodePortPrefixExt }}92
     authorization:
       type: simple
       superUsers:
@@ -68,12 +70,12 @@ spec:
       min.insync.replicas: {{ .Values.replicaCount }}
       offsets.topic.replication.factor: {{ .Values.replicaCount }}
       transaction.state.log.replication.factor: {{ .Values.replicaCount }}
+      num.partitions: {{ .Values.numPartitions }}
       transaction.state.log.min.isr: {{ .Values.replicaCount }}
-      log.message.format.version: "3.0"
-      inter.broker.protocol.version: "3.0"
+      log.message.format.version: {{ .Values.version }}
+      inter.broker.protocol.version: {{ .Values.version }}
     storage:
       type: jbod
-      class: {{ include "common.storageClass" (dict "dot" . "suffix" "kafka" "persistenceInfos" .Values.persistenceKafka) }}
       volumes:
       - id: 0
         type: persistent-claim
@@ -89,6 +91,7 @@ spec:
     replicas: {{ .Values.replicaCount }}
     config:
       ssl.hostnameVerification: false
+      ssl.quorum.hostnameVerification: false
       {{- if (include "common.onServiceMesh" .) }}
       sslQuorum: false
       {{- end }}