diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-10-26 14:19:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-10-26 14:19:49 +0000 |
commit | e0b29d467b5672b594806914fc1129677fffc993 (patch) | |
tree | 9df0ae79b2041cc67e0f7543602c8685ec37d338 | |
parent | 150a63ff9d0e1d5edd6695d655929fae15af71a5 (diff) | |
parent | 7b171084978107b8f57d2038ac7939900927dcdb (diff) |
Merge "[POLICY] Correction on PAP MR connection port"
-rw-r--r-- | kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml | 2 |
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 |