From: seshukm Date: Mon, 16 Mar 2020 15:25:48 +0000 (+0530) Subject: fix for the 30224 with the debugEnabled X-Git-Tag: 6.0.0~286^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0eb23df434deb03cc53e4291658332eecc27b07d;p=oom.git fix for the 30224 with the debugEnabled Issue-ID: SO-2519 Signed-off-by: seshukm Change-Id: Iee36c5f5182686a8d18ba8d178a5d002623cd0a1 --- 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