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/vid | |
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/vid')
-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..074937db55 100644 --- a/kubernetes/vid/values.yaml +++ b/kubernetes/vid/values.yaml @@ -82,7 +82,7 @@ service: portName: vid externalPort: "00" nodePort: "00" - internalPort: 8080 + internalPort: 8443 ingress: enabled: false |