aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/values.yaml
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-07-16 20:35:27 -0400
committerTaka Cho <takamune.cho@att.com>2019-07-16 20:39:36 -0400
commita5bbf959ca5d68a771490c9cd181083afe38588a (patch)
treec3f0978612ac126eba65080169a65c1b39643ec2 /kubernetes/appc/values.yaml
parenta0e80e8e04f3bcbc4cae4a87a34059ee897b09e1 (diff)
move APPC apidoc from http to https
1, changed 8181:8282 to 8443:8443 maps to 30230 port 2, take snapshot-1.6.0 appc image that contains https change 3, chang robot config to https:8443 port Issue-ID: OJSI-113 Change-Id: Icd1c158ae426013cb742b23a50a6d2929ca33d5e Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'kubernetes/appc/values.yaml')
-rw-r--r--kubernetes/appc/values.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml
index 6fa7e65ca6..937642bd99 100644
--- a/kubernetes/appc/values.yaml
+++ b/kubernetes/appc/values.yaml
@@ -31,7 +31,7 @@ global:
flavor: small
# application image
repository: nexus3.onap.org:10001
-image: onap/appc-image:1.5.3
+image: onap/appc-image:1.6.0-SNAPSHOT-latest
pullPolicy: Always
# flag to enable debugging - application support required
@@ -120,9 +120,9 @@ service:
name: appc
portName: appc
#targetPort
- internalPort: 8181
+ internalPort: 8443
#port
- externalPort: 8282
+ externalPort: 8443
nodePort: 30
externalPort2: 1830