diff options
author | Brian Freeman <bf1936@att.com> | 2019-09-18 20:34:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-18 20:34:10 +0000 |
commit | ecb82cb18c9560686dd3477a1b05d470464d4636 (patch) | |
tree | 2c11db08f5ed8a093a864870f684b17186425811 /kubernetes/portal/charts/portal-mariadb/values.yaml | |
parent | 0a492313bb9f3a7fba44e020f74c73d55b3475db (diff) | |
parent | c784bbde86de9fd35c1223a7064bfa69cf40e071 (diff) |
Merge "HTTPS calls for sdc"
Diffstat (limited to 'kubernetes/portal/charts/portal-mariadb/values.yaml')
-rw-r--r-- | kubernetes/portal/charts/portal-mariadb/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/portal/charts/portal-mariadb/values.yaml b/kubernetes/portal/charts/portal-mariadb/values.yaml index 8869b94467..23debfd2ba 100644 --- a/kubernetes/portal/charts/portal-mariadb/values.yaml +++ b/kubernetes/portal/charts/portal-mariadb/values.yaml @@ -36,8 +36,8 @@ config: mariadbRootPassword: Aa123456 #The directory where sql files are found in the projects gerrit repo. sqlSourceDirectory: portal/deliveries - # sdc frontend assignment for port 8181 - sdcFePort: "30206" + # sdc frontend assignment for port 9443 + sdcFePort: "30207" # application's front end hostname. Must be resolvable on the client side environment sdcFeHostName: "sdc.api.fe.simpledemo.onap.org" # policy pap ui assignment for port 8443 |