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>
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml
index 6fa7e65..937642b 100644
--- a/kubernetes/appc/values.yaml
+++ b/kubernetes/appc/values.yaml
@@ -31,7 +31,7 @@
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 @@
name: appc
portName: appc
#targetPort
- internalPort: 8181
+ internalPort: 8443
#port
- externalPort: 8282
+ externalPort: 8443
nodePort: 30
externalPort2: 1830