From: Sylvain Desbureaux Date: Tue, 17 Mar 2020 07:51:41 +0000 (+0000) Subject: Merge "fix for the 30224 with the debugEnabled" X-Git-Tag: 6.0.0~286 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=435bbfae730817c7a2886d3010fe1bfd7c05968c;hp=5aadc628a1018e416ac185d50b7bdbb06208ce9f;p=oom.git Merge "fix for the 30224 with the debugEnabled" --- 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