diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-10-14 11:41:53 +0200 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2020-10-14 11:41:53 +0200 |
commit | 142820a32120ce539de818a427ae242215166fc7 (patch) | |
tree | c06e5f5ed1984178073e036ce271bf57174bbdd1 | |
parent | 9d0abb896154f58449022f6472688f6f917b4201 (diff) |
[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 <christophe.closset@intl.att.com>
Change-Id: I970ec5fe4fe707d8fb5fba6e84511c2baf476375
-rw-r--r-- | kubernetes/sdc/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |