diff options
author | Piotr Darosz <piotr.darosz@nokia.com> | 2018-08-29 14:27:02 +0200 |
---|---|---|
committer | Piotr Darosz <piotr.darosz@nokia.com> | 2018-08-29 14:27:02 +0200 |
commit | aca7aa533ca44bcd6b4083c25dc8e7a24b958856 (patch) | |
tree | 9a156f35a99cb6f9c98a545716348195220b3590 /kubernetes/portal/charts/portal-mariadb/values.yaml | |
parent | 0c2d6fb07e947781c96a5d68a6481aee739926fa (diff) |
OOM installation enable VID via HTTPS
Enable OOM installation to allow Portal accessing VID via HTTPS.
Should be merged after https://gerrit.onap.org/r/#/c/63461/
Change-Id: If9f38d7a4bf54f62d9d7768e52d568c3d1536376
Issue-ID: VID-273
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'kubernetes/portal/charts/portal-mariadb/values.yaml')
-rw-r--r-- | kubernetes/portal/charts/portal-mariadb/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-mariadb/values.yaml b/kubernetes/portal/charts/portal-mariadb/values.yaml index 0fb6c0e812..4d0192f391 100644 --- a/kubernetes/portal/charts/portal-mariadb/values.yaml +++ b/kubernetes/portal/charts/portal-mariadb/values.yaml @@ -43,7 +43,7 @@ config: papPort: "30219" # application's front end hostname. Must be resolvable on the client side environment papHostName: "policy.api.simpledemo.onap.org" - # vid ui assignment for port 8080 + # vid ui assignment for port 8443 vidPort: "30200" # application's front end hostname. Must be resolvable on the client side environment vidHostName: "vid.api.simpledemo.onap.org" |