Merge "[POLICY] Correction on PAP MR connection port"
authorFiachra Corcoran <fiachra.corcoran@est.tech>
Wed, 26 Oct 2022 14:19:49 +0000 (14:19 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 26 Oct 2022 14:19:49 +0000 (14:19 +0000)
kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml

index 8fe4fac..b68e8d6 100644 (file)
@@ -124,7 +124,7 @@ pap:
     basePath: healthcheck
   - clientName: dmaap
     hostname: message-router
-    port: 3905
+    port: {{ (eq "true" (include "common.needTLS" .)) | ternary 3905 3904 }}
     useHttps: {{ (eq "true" (include "common.needTLS" .)) | ternary true false }}
     basePath: topics