diff options
author | Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com> | 2019-05-16 16:09:54 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com> | 2019-05-21 15:31:40 +0200 |
commit | 665740b0e0e8a86c7f83edb9ef72c8f0af18f4f5 (patch) | |
tree | 7ff89edb5a8c15fe22bd6634fb6f4567c2b1252d /kubernetes/clamp/values.yaml | |
parent | 8ae5acc7191b6394e208034dbf81ad6ca269030b (diff) |
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) <sebastien.determe@intl.att.com>
Diffstat (limited to 'kubernetes/clamp/values.yaml')
-rw-r--r-- | kubernetes/clamp/values.yaml | 6 |
1 files 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", |