aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vid/values.yaml
diff options
context:
space:
mode:
authorPiotr Darosz <piotr.darosz@nokia.com>2018-09-10 10:40:26 +0200
committerPiotr Darosz <piotr.darosz@nokia.com>2018-09-17 14:17:34 +0200
commitd9dc219850312c0c682cd5979a9e844cb7850b05 (patch)
tree71e8fae2c48b90cea5da40822c98ca316b65ef0e /kubernetes/vid/values.yaml
parent3d8b63bc8475e3a1485fc247e7cc2cf9f9cf6fba (diff)
Open http port and use correct logback.
Open http port and use correct logback, adjust VID image version Change-Id: Id408d9cb7a5f5cbc41ff49d901d435393d7dac13 Issue-ID: OOM-1382 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'kubernetes/vid/values.yaml')
-rw-r--r--kubernetes/vid/values.yaml10
1 files changed, 7 insertions, 3 deletions
diff --git a/kubernetes/vid/values.yaml b/kubernetes/vid/values.yaml
index 812f74e1ce..4e5f403391 100644
--- a/kubernetes/vid/values.yaml
+++ b/kubernetes/vid/values.yaml
@@ -28,7 +28,7 @@ subChartsOnly:
# application image
repository: nexus3.onap.org:10001
-image: onap/vid:2.0.0
+image: onap/vid:3.0.0
pullPolicy: Always
# mariadb image for initializing
@@ -80,9 +80,13 @@ service:
type: NodePort
name: vid
portName: vid
- externalPort: "00"
- nodePort: "00"
+ externalPort: 8443
internalPort: 8443
+ nodePort: "00"
+ portName2: vid-http
+ externalPort2: 8080
+ internalPort2: 8080
+ nodePort2: "38"
ingress:
enabled: false