commit | cdbd3ab5d9dc4c56614e1feb329366e516f24a1e | [log] [tgz] |
---|---|---|
author | BorislavG <Borislav.Glozman@amdocs.com> | Tue Jul 17 08:42:23 2018 +0000 |
committer | Borislav Glozman <Borislav.Glozman@amdocs.com> | Tue Jul 17 08:42:59 2018 +0000 |
tree | 4ce010dd65570b6c7ae36133ea7a5721be2c0b31 | |
parent | 13f44d72d75b6df5d39b760f9018964aa6a226d3 [diff] |
Fix portal-sdk nodePort Issue-ID: OOM-1284 Change-Id: Ibbed1af73656585fd4ce9284b13d52d452718d4c Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
diff --git a/kubernetes/portal/charts/portal-mariadb/values.yaml b/kubernetes/portal/charts/portal-mariadb/values.yaml index cc66250..0fb6c0e 100644 --- a/kubernetes/portal/charts/portal-mariadb/values.yaml +++ b/kubernetes/portal/charts/portal-mariadb/values.yaml
@@ -56,7 +56,7 @@ # application's front end hostname. Must be resolvable on the client side environment cliHostName: "cli.api.simpledemo.onap.org" # portal sdk (demo app) ui assignment for port 8990 - portalSdkPort: "30235" + portalSdkPort: "30212" # application's front end hostname. Must be resolvable on the client side environment portalSdkHostName: "portal-sdk.simpledemo.onap.org" # dmaap bus controller ui assignment for port ?
diff --git a/kubernetes/portal/charts/portal-sdk/values.yaml b/kubernetes/portal/charts/portal-sdk/values.yaml index b92685c..928c0a3 100644 --- a/kubernetes/portal/charts/portal-sdk/values.yaml +++ b/kubernetes/portal/charts/portal-sdk/values.yaml
@@ -57,7 +57,7 @@ name: portal-sdk portName: portal-sdk internalPort: 8080 - nodePort: 35 + nodePort: 12 mariadb: service: