diff options
author | demskeq8 <alexander.dehn@highstreet-technologies.com> | 2021-02-02 14:42:36 +0100 |
---|---|---|
committer | demskeq8 <alexander.dehn@highstreet-technologies.com> | 2021-02-02 14:45:20 +0100 |
commit | 37c166b1c88f8e947af94368e1f2f1f9bb94b51a (patch) | |
tree | 06e34de06219505cad96ff4e1e45810dfe712aee /adapter | |
parent | ce440f2abbd7555053eed2c4bceb5c275ebd0b34 (diff) |
[acumos-adapter] Add ingress path in deployment
define ingress service path for dcae-acumos-adapter
Issue-ID: DCAEGEN2-2614
Change-Id: I26f532c195c5ef9edfea7a31826e8a030da8d1a3
Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com>
Diffstat (limited to 'adapter')
-rw-r--r-- | adapter/acumos-deployment/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/adapter/acumos-deployment/values.yaml b/adapter/acumos-deployment/values.yaml index 2769b95..4b4a1b7 100644 --- a/adapter/acumos-deployment/values.yaml +++ b/adapter/acumos-deployment/values.yaml @@ -29,7 +29,7 @@ global: enabled: true virtualhost: enabled: true - baseurl: "simpledemo.onap.org" + baseurl: "simpledemo.onap.org" config: distributorAPIURL: /distributor @@ -54,6 +54,7 @@ ingress: - baseaddr: "dcaemod" name: "dcae-acumos-adapter" port: 9000 + path: "/acumos-adapter" annotations: nginx.ingress.kubernetes.io/ssl-redirect: "false" # Adapter can take a long time to respond, since |