summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/values.yaml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-05-23 08:56:24 -0700
committerPatrick Brady <pb071s@att.com>2018-05-29 08:22:18 -0700
commit140deb9d2dc25326d0377c68af35c7143311f532 (patch)
tree8280b8c7a504a8b44dfd3e5fbdccdfc6e2b26819 /kubernetes/appc/values.yaml
parent8474c3786a79d13c716ecd8b007106eebec399ac (diff)
Add appc cdt proxy to oom
Change to the appc startODL.sh script to startup the cdt proxy service to allow backend connection from the cdt tool. Adding a new port forward into the appc container for the above service. External port 9090, internal port 9191 Change-Id: Ib13bb5744705ef3b2d3f5c9e9a73b26620c515c7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924
Diffstat (limited to 'kubernetes/appc/values.yaml')
-rw-r--r--kubernetes/appc/values.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml
index 79991f51a4..0d6dffd38c 100644
--- a/kubernetes/appc/values.yaml
+++ b/kubernetes/appc/values.yaml
@@ -103,6 +103,10 @@ service:
nodePort2: 31
clusterPort: 2550
+ internalPort3: 9191
+ externalPort3: 9090
+ nodePort3: 32
+
## Persist data to a persitent volume
persistence:
enabled: true