diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-08-31 17:53:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-31 17:53:41 +0000 |
commit | c9ce8f4ada3cdb2b42105bf513351b55e17a7d90 (patch) | |
tree | 77df8563f2e9ffed4d677b058f526f711bca8499 /kubernetes/vid/values.yaml | |
parent | 1b085c1fb1ebc09c535f0c29e12af902556c731c (diff) | |
parent | 12dad208abf3d87e4477e9f1b0f47cc08e7dd4f4 (diff) |
Merge "VID MSO client - enable HTTPS"
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 |