diff options
author | Piotr Darosz <piotr.darosz@nokia.com> | 2018-08-29 11:08:03 +0200 |
---|---|---|
committer | Piotr Darosz <piotr.darosz@nokia.com> | 2018-08-29 11:08:03 +0200 |
commit | 12dad208abf3d87e4477e9f1b0f47cc08e7dd4f4 (patch) | |
tree | fbba2f745f39f25651ddab5d79ebe8ed93b3cd56 /kubernetes/vid/values.yaml | |
parent | 0745a76632ea73d6660d5e470d7782b62860b477 (diff) |
VID MSO client - enable HTTPS
Enable VID MSO HTTPS client. Merge after https://gerrit.onap.org/r/#/c/62279/
Change-Id: If3ac6206e53be2a1ac61adcadf7ffc423da9409a
Issue-ID: VID-267
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'kubernetes/vid/values.yaml')
-rw-r--r-- | kubernetes/vid/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vid/values.yaml b/kubernetes/vid/values.yaml index 8487743177..70e8170b53 100644 --- a/kubernetes/vid/values.yaml +++ b/kubernetes/vid/values.yaml @@ -41,7 +41,7 @@ config: asdcclientrestport: "8080" vidaaiport: "8443" onapport: "8989" - msoport: "8080" + msoport: "8443" vidmsopass: OBF:1ih71i271vny1yf41ymf1ylz1yf21vn41hzj1icz msodme2serverurl: http://localhost:8081 vidcontactuslink: https://todo_contact_us_link.com |