diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-12-17 17:12:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-17 17:12:00 +0000 |
commit | dfd8af77ba1404f4c8cd8a83abb29d588f320c09 (patch) | |
tree | 6b9c5258c6619626d5a991739fdbf76a4a695960 /kubernetes/portal/charts/portal-mariadb/values.yaml | |
parent | 56835663b4debf0d1c9a740ee49199265e0e0ef8 (diff) | |
parent | 1ebe49e9d74d3aad9a0898dc72c1585a3eb2192e (diff) |
Merge "Corrected SO-Monitoring url in fn_app table"
Diffstat (limited to 'kubernetes/portal/charts/portal-mariadb/values.yaml')
-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 d84253d483..24b92f3bc3 100644 --- a/kubernetes/portal/charts/portal-mariadb/values.yaml +++ b/kubernetes/portal/charts/portal-mariadb/values.yaml @@ -71,7 +71,7 @@ config: # SO Monitoring assignment for port 30224 soMonitoringPort: "30224" # application's front end hostname. Must be resolvable on the client side environment - soMonitoringHostName: "http://so-monitoring" + soMonitoringHostName: "so-monitoring" # default number of instances |