diff options
Diffstat (limited to 'kubernetes/policy/components/policy-pap/resources')
-rw-r--r-- | kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml b/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml index b68e8d6a71..fdcbf92745 100644 --- a/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml +++ b/kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml @@ -76,7 +76,7 @@ pap: - topic: POLICY-PDP-PAP servers: - message-router - useHttps: {{ (eq "true" (include "common.needTLS" .)) | ternary true false }} + useHttps: false fetchTimeout: 15000 topicCommInfrastructure: dmaap - topic: POLICY-HEARTBEAT @@ -84,19 +84,19 @@ pap: consumerGroup: policy-pap servers: - message-router - useHttps: {{ (eq "true" (include "common.needTLS" .)) | ternary true false }} + useHttps: false fetchTimeout: 15000 topicCommInfrastructure: dmaap topicSinks: - topic: POLICY-PDP-PAP servers: - message-router - useHttps: {{ (eq "true" (include "common.needTLS" .)) | ternary true false }} + useHttps: false topicCommInfrastructure: dmaap - topic: POLICY-NOTIFICATION servers: - message-router - useHttps: {{ (eq "true" (include "common.needTLS" .)) | ternary true false }} + useHttps: false topicCommInfrastructure: dmaap # If Strimzi Kafka to be used for communication, replace following configuration for topicSources and topicSinks # servers: @@ -124,8 +124,8 @@ pap: basePath: healthcheck - clientName: dmaap hostname: message-router - port: {{ (eq "true" (include "common.needTLS" .)) | ternary 3905 3904 }} - useHttps: {{ (eq "true" (include "common.needTLS" .)) | ternary true false }} + port: 3904 + useHttps: false basePath: topics management: |