aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2022-10-17 11:21:11 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2022-10-17 11:24:06 +0200
commit7b171084978107b8f57d2038ac7939900927dcdb (patch)
tree4d0766d722c4b62c6d30c6ed43c149c4539fd427 /kubernetes/policy/components
parent9a51e07a2164c9be42d9d329559f4d2081b8f3fc (diff)
[POLICY] Correction on PAP MR connection port
On non-TLS setup the MR port is 3904 instead of 3905, which needs to be set in the papParameters file Issue-ID: OOM-3003 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ie5ee14209660f00e69b6e4b1df5a992731f500f6
Diffstat (limited to 'kubernetes/policy/components')
-rw-r--r--kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml b/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml
index 8fe4fac5fb..b68e8d6a71 100644
--- a/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml
+++ b/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml
@@ -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