diff options
Diffstat (limited to 'kubernetes/policy/components')
-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 |