diff options
author | Brian Freeman <bf1936@att.com> | 2019-09-18 20:34:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-18 20:34:10 +0000 |
commit | ecb82cb18c9560686dd3477a1b05d470464d4636 (patch) | |
tree | 2c11db08f5ed8a093a864870f684b17186425811 /kubernetes/sdc/charts/sdc-fe/values.yaml | |
parent | 0a492313bb9f3a7fba44e020f74c73d55b3475db (diff) | |
parent | c784bbde86de9fd35c1223a7064bfa69cf40e071 (diff) |
Merge "HTTPS calls for sdc"
Diffstat (limited to 'kubernetes/sdc/charts/sdc-fe/values.yaml')
-rw-r--r-- | kubernetes/sdc/charts/sdc-fe/values.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kubernetes/sdc/charts/sdc-fe/values.yaml b/kubernetes/sdc/charts/sdc-fe/values.yaml index d3ea244368..6831555a44 100644 --- a/kubernetes/sdc/charts/sdc-fe/values.yaml +++ b/kubernetes/sdc/charts/sdc-fe/values.yaml @@ -28,16 +28,16 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/sdc-frontend:1.5.1 +image: onap/sdc-frontend:1.5.2 pullPolicy: Always config: javaOptions: "-Xmx256m -Xms256m" plugins: - dcae_discovery_url: "http://sdc-dcae-fe:8183/dcaed/#/home" - dcae_source_url: "http://sdc.dcae.plugin.simpledemo.onap.org:30263/dcaed/#/home" - dcae_dt_discovery_url: "http://sdc-dcae-dt:8186/dcae/#/dcae/home" - dcae_dt_source_url: "http://sdc.dcae.plugin.simpledemo.onap.org:30265/dcae/#/dcae/home" + dcae_discovery_url: "https://sdc-dcae-fe:9444/dcaed/#/home" + dcae_source_url: "https://sdc.dcae.plugin.simpledemo.onap.org:30264/dcaed/#/home" + dcae_dt_discovery_url: "https://sdc-dcae-dt:9446/dcae/#/dcae/home" + dcae_dt_source_url: "https://sdc.dcae.plugin.simpledemo.onap.org:30266/dcae/#/dcae/home" workflow_discovery_url: "http://sdc-wfd-fe:8080/workflows" workflow_source_url: "https://sdc.workflow.plugin.simpledemo.onap.org:30431/workflows/" |