summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshabs2020 <shabnam.sultana@highstreet-technologies.com>2021-01-27 16:49:06 +0100
committershabs2020 <shabnam.sultana@highstreet-technologies.com>2021-01-27 16:49:47 +0100
commit50d8cbcb0053295e086f7324064af0a8a762b891 (patch)
tree56a205cec24403ad3c4ff25b2de61825daf674c1
parent5cfbc4a1f1187eb330f5e88b3d9965d5732b5581 (diff)
base url added and base addr updated in values.yaml
base url added as simpledemo.onap.org for virtual host of ingress and base addr updated to dcaemod for ingress-service Issue-ID: OOM-2641 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com> Change-Id: I66551225162b712ad1f77fdb9e282abd28fcfdbe Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com>
-rw-r--r--adapter/acumos-deployment/values.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/adapter/acumos-deployment/values.yaml b/adapter/acumos-deployment/values.yaml
index 78f4400..2769b95 100644
--- a/adapter/acumos-deployment/values.yaml
+++ b/adapter/acumos-deployment/values.yaml
@@ -28,7 +28,8 @@ global:
ingress:
enabled: true
virtualhost:
- enabled: false
+ enabled: true
+ baseurl: "simpledemo.onap.org"
config:
distributorAPIURL: /distributor
@@ -50,7 +51,7 @@ service:
ingress:
enabled: true
service:
- - baseaddr: "acumos-adapter"
+ - baseaddr: "dcaemod"
name: "dcae-acumos-adapter"
port: 9000
annotations: