[STRIMZI] Correct NodePort reservation for services 68/130868/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Tue, 13 Sep 2022 11:24:50 +0000 (13:24 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Tue, 13 Sep 2022 11:27:13 +0000 (13:27 +0200)
Add the missing Nodeport definition for kafka-broker-2 and
renumbered the ports

Issue-ID: OOM-3033

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I1f5951e652aea097c5ee28f67f93328af66ba234

kubernetes/strimzi/templates/strimzi-kafka.yaml

index 4e8779d..8fa74b8 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: