diff options
Diffstat (limited to 'csit/config/clamp/KubernetesParticipantParameters.yaml')
-rw-r--r-- | csit/config/clamp/KubernetesParticipantParameters.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/csit/config/clamp/KubernetesParticipantParameters.yaml b/csit/config/clamp/KubernetesParticipantParameters.yaml index c6acf405..49c568cb 100644 --- a/csit/config/clamp/KubernetesParticipantParameters.yaml +++ b/csit/config/clamp/KubernetesParticipantParameters.yaml @@ -26,14 +26,14 @@ participant: - ${topicServer:message-router} topicCommInfrastructure: dmaap fetchTimeout: 15000 - useHttps: true + useHttps: {{HTTPS_ENABLED}} topicSinks: - topic: POLICY-ACRUNTIME-PARTICIPANT servers: - ${topicServer:message-router} topicCommInfrastructure: dmaap - useHttps: true + useHttps: {{HTTPS_ENABLED}} management: endpoints: @@ -42,6 +42,8 @@ management: include: health, metrics, prometheus server: port: 8083 + ssl: + enabled: {{HTTPS_ENABLED}} servlet: context-path: /onap/policy/clamp/acm/k8sparticipant |