diff options
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 |