From 476480c7c7687c8a98f91cce77af0db6124945ff Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Tue, 7 Jun 2022 13:36:57 +0100 Subject: Adding runtime-acm to grafana dashboard Issue-ID: POLICY-4146 Change-Id: Iecd0cfa1a6e6162bb9a06345dfd12fb8375ae98b Signed-off-by: adheli.tavares --- csit/config/clamp/AcRuntimeParameters.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'csit/config/clamp/AcRuntimeParameters.yaml') diff --git a/csit/config/clamp/AcRuntimeParameters.yaml b/csit/config/clamp/AcRuntimeParameters.yaml index 40031828..d70627f1 100644 --- a/csit/config/clamp/AcRuntimeParameters.yaml +++ b/csit/config/clamp/AcRuntimeParameters.yaml @@ -32,8 +32,8 @@ security: server: port: 6969 - servlet: - context-path: /onap/policy/clamp/acm + ssl: + enabled: {{HTTPS_ENABLED}} error: path: /error @@ -52,17 +52,18 @@ runtime: - ${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: web: + base-path: / exposure: include: health, metrics, prometheus -- cgit 1.2.3-korg