X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fvid%2Fvalues.yaml;fp=kubernetes%2Fvid%2Fvalues.yaml;h=34a265c6569e976944cb625183f5334031587bb8;hb=772db528bf73a61252f474d81fc868094acd1351;hp=63726df07ae39045b21e821f87a881c92f56c25e;hpb=561a91cadd2f75c831a3e4743365f58c82e951d3;p=oom.git diff --git a/kubernetes/vid/values.yaml b/kubernetes/vid/values.yaml index 63726df07a..34a265c656 100644 --- a/kubernetes/vid/values.yaml +++ b/kubernetes/vid/values.yaml @@ -27,7 +27,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 @@ -40,7 +40,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 @@ -80,9 +80,13 @@ service: type: NodePort name: vid portName: vid - externalPort: "00" + externalPort: 8443 + internalPort: 8443 nodePort: "00" - internalPort: 8080 + portName2: vid-http + externalPort2: 8080 + internalPort2: 8080 + nodePort2: "38" ingress: enabled: false