Update clamp config 81/87881/3
authorDeterme, Sebastien (sd378r) <sebastien.determe@intl.att.com>
Thu, 16 May 2019 14:09:54 +0000 (16:09 +0200)
committerDeterme, Sebastien (sd378r) <sebastien.determe@intl.att.com>
Tue, 21 May 2019 13:31:40 +0000 (15:31 +0200)
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) <sebastien.determe@intl.att.com>
kubernetes/clamp/values.yaml

index f4c579b..dcafe13 100644 (file)
@@ -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",