From 665740b0e0e8a86c7f83edb9ef72c8f0af18f4f5 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Thu, 16 May 2019 16:09:54 +0200 Subject: [PATCH] Update clamp config Update clamp policy urls to enable https by default, as it's enabled by default on policy engine Issue-ID: CLAMP-385 Change-Id: I802501b69da0f5639f01fa0e127a07e53199b8f7 Signed-off-by: Determe, Sebastien (sd378r) --- kubernetes/clamp/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes/clamp/values.yaml b/kubernetes/clamp/values.yaml index f4c579b199..dcafe13a4e 100644 --- a/kubernetes/clamp/values.yaml +++ b/kubernetes/clamp/values.yaml @@ -30,7 +30,7 @@ flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/clamp:4.0.1 +image: onap/clamp:4.0.2 pullPolicy: Always # flag to enable debugging - application support required @@ -59,10 +59,10 @@ config: "clamp.config.dcae.deployment.url": "https4://deployment-handler.{{ include "common.namespace" . }}:8443", "clamp.config.dcae.deployment.userName": "none", "clamp.config.dcae.deployment.password": "none", - "clamp.config.policy.api.url": "http4://policy-api.{{ include "common.namespace" . }}:6969", + "clamp.config.policy.api.url": "https4://policy-api.{{ include "common.namespace" . }}:6969", "clamp.config.policy.api.userName": "healthcheck", "clamp.config.policy.api.password": "zb!XztG34", - "clamp.config.policy.pap.url": "http4://policy-pap.{{ include "common.namespace" . }}:6969", + "clamp.config.policy.pap.url": "https4://policy-pap.{{ include "common.namespace" . }}:6969", "clamp.config.policy.pap.userName": "healthcheck", "clamp.config.policy.pap.password": "zb!XztG34", "clamp.config.policy.pdpUrl1": "https://pdp.{{ include "common.namespace" . }}:8081/pdp/ , testpdp, alpha123", -- 2.16.6