diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-01-28 16:26:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-28 16:26:03 +0000 |
commit | 8499d0955ad0966975ca2c05fd695633a432f59a (patch) | |
tree | 7986a73c183597608d2b60f4ab3b1ef0dd443543 | |
parent | adcefd6987b61b61a9eba0cb996757394b0667ae (diff) | |
parent | 50d8cbcb0053295e086f7324064af0a8a762b891 (diff) |
Merge "base url added and base addr updated in values.yaml"
-rw-r--r-- | adapter/acumos-deployment/values.yaml | 5 |
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: |