diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-17 07:51:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-17 07:51:41 +0000 |
commit | 435bbfae730817c7a2886d3010fe1bfd7c05968c (patch) | |
tree | aea9e1a5bea3d2432d4fa37df874b39bfb764a82 /kubernetes/so/charts/so-monitoring/values.yaml | |
parent | 5aadc628a1018e416ac185d50b7bdbb06208ce9f (diff) | |
parent | 0eb23df434deb03cc53e4291658332eecc27b07d (diff) |
Merge "fix for the 30224 with the debugEnabled"
Diffstat (limited to 'kubernetes/so/charts/so-monitoring/values.yaml')
-rw-r--r-- | kubernetes/so/charts/so-monitoring/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/so/charts/so-monitoring/values.yaml b/kubernetes/so/charts/so-monitoring/values.yaml index 240ca1511d..ae3f385c83 100644 --- a/kubernetes/so/charts/so-monitoring/values.yaml +++ b/kubernetes/so/charts/so-monitoring/values.yaml @@ -41,7 +41,8 @@ containerPort: 9091 logPath: app/logs/ app: so-monitoring service: - type: NodePort +#Since this is a feature for monitoring the service type is changed to internal, users can change it to NodePort on need basis... + type: ClusterIP nodePort: 24 internalPort: 9091 externalPort: 9091 |