From 142820a32120ce539de818a427ae242215166fc7 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Wed, 14 Oct 2020 11:41:53 +0200 Subject: [PATCH] [SDC] Update default VNFSDK port VNFSDK port is now https and is 8703 (8702 was plain HTTP but that is closed now) Updating default values to match the change Issue-ID: SDC-3308 Signed-off-by: ChrisC Change-Id: I970ec5fe4fe707d8fb5fba6e84511c2baf476375 --- kubernetes/sdc/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/sdc/values.yaml b/kubernetes/sdc/values.yaml index 4cd0597e10..f6e0376067 100644 --- a/kubernetes/sdc/values.yaml +++ b/kubernetes/sdc/values.yaml @@ -53,7 +53,7 @@ config: logstashPort: 5044 environment: workflowUrl: 10.0.2.15 - vnfRepoPort: 8702 + vnfRepoPort: 8703 #Used only if localCluster is enabled. Instantiates SDC's own cassandra cluster cassandra: -- 2.16.6