Merge "[STRIMZI] Fix random node port allocation"
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Sun, 10 Apr 2022 18:58:36 +0000 (18:58 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sun, 10 Apr 2022 18:58:36 +0000 (18:58 +0000)
kubernetes/strimzi/templates/strimzi-kafka.yaml
kubernetes/strimzi/values.yaml

index cfd2ef1..a94879b 100644 (file)
@@ -46,6 +46,14 @@ spec:
         tls: true
         authentication:
           type: tls
+        configuration:
+          bootstrap:
+            nodePort: {{ .Values.global.nodePortPrefixExt }}91
+          brokers:
+            - broker: 0
+              nodePort: {{ .Values.global.nodePortPrefixExt }}92
+            - broker: 1
+              nodePort: {{ .Values.global.nodePortPrefixExt }}93
     authorization:
       type: simple
       superUsers:
index e8db803..9e63c2c 100644 (file)
@@ -16,7 +16,7 @@
 # Global configuration defaults.
 #################################################################
 global:
-  nodePortPrefix: 302
+  nodePortPrefixExt: 304
   persistence:
     mountPath: /dockerdata-nfs