From 1a62b66badfe2fe081020443dc1805ce89e0e547 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 30 May 2018 10:56:46 -0700 Subject: Add port variable for appc cdt Adding a environment variable into the CDT container. This variable will set the port that CDT uses to connect to the APPC backend. Also changing the entry point of the CDT container to run the script that will set the port in the CDT javascript files. Change-Id: I0cba860d95a567e0cc4dd1eee322565c9d3b7d1c Signed-off-by: Patrick Brady Issue-ID: APPC-924 --- kubernetes/appc/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kubernetes/appc/values.yaml') diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index 0d6dffd38c..333f6dc235 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -69,7 +69,8 @@ dgbuilder: dbServiceName: appc-dbhost service: name: appc-dgbuilder - +appc-cdt: + nodePort3: 32 # default number of instances replicaCount: 1 -- cgit 1.2.3-korg