remove 30208 port
the port 30208 was using http apidoc
since we have moved to https apidoc
hence this 30208 can be removed
Issue-ID: APPC-1851
Change-Id: Iccd814bd624635939c51147489af708320caedac
Signed-off-by: Taka Cho <takamune.cho@att.com>
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml
index fd6e31f..8e8c421 100644
--- a/kubernetes/appc/values.yaml
+++ b/kubernetes/appc/values.yaml
@@ -138,9 +138,9 @@
service:
name: appc-dgbuilder
-#passing value to cdt chart. value of nodePort4 will be same as appc.service.nodePort4.
+#passing value to cdt chart. value of nodePort3 will be same as appc.service.nodePort3.
appc-cdt:
- nodePort4: 11
+ nodePort3: 11
# default number of instances
replicaCount: 1
@@ -165,21 +165,17 @@
name: appc
portName: appc
- internalPort: 8181
- externalPort: 8282
- nodePort: "08"
+ internalPort: 8443
+ externalPort: 8443
+ nodePort: 30
- internalPort2: 8443
- externalPort2: 8443
- nodePort2: 30
-
- externalPort3: 1830
- nodePort3: 31
+ externalPort2: 1830
+ nodePort2: 31
clusterPort: 2550
- internalPort4: 9191
- externalPort4: 9090
- nodePort4: 11
+ internalPort3: 9191
+ externalPort3: 9090
+ nodePort3: 11
## Persist data to a persitent volume
persistence: