diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-06-20 11:40:17 -0400 |
---|---|---|
committer | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-06-26 09:15:38 +0000 |
commit | 89c027908651b8edcc94dbc9aa529bb45523aedc (patch) | |
tree | 04dfeac557607352e7b9b9990efe8dd307bd1e6c /kubernetes/portal/charts | |
parent | 060359c287c7a328804a9a6012cbbede3219562b (diff) |
Exposing the node port for sparky-be
Removed the cluster ip and set the node port to 20. Also disabiling ssl
as portal does not support ssl yet.
Issue-ID: OOM-347
Change-Id: Ia0431bb4b72e709df7e867ccae01b0b8219088d9
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'kubernetes/portal/charts')
-rw-r--r-- | kubernetes/portal/charts/portal-mariadb/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-mariadb/values.yaml b/kubernetes/portal/charts/portal-mariadb/values.yaml index 49fc36f3a8..fe41734ea7 100644 --- a/kubernetes/portal/charts/portal-mariadb/values.yaml +++ b/kubernetes/portal/charts/portal-mariadb/values.yaml @@ -48,7 +48,7 @@ config: # application's front end hostname. Must be resolvable on the client side environment vidHostName: "vid.api.simpledemo.onap.org" # aai sparky ui assignment for port 8080 - aaiSparkyPort: "" # TODO: populate with + aaiSparkyPort: "30220" # application's front end hostname. Must be resolvable on the client side environment aaiSparkyHostName: "aai.api.sparky.simpledemo.onap.org" # cli ui assignment for port 8080 |