From 0eb23df434deb03cc53e4291658332eecc27b07d Mon Sep 17 00:00:00 2001 From: seshukm Date: Mon, 16 Mar 2020 20:55:48 +0530 Subject: fix for the 30224 with the debugEnabled Issue-ID: SO-2519 Signed-off-by: seshukm Change-Id: Iee36c5f5182686a8d18ba8d178a5d002623cd0a1 --- kubernetes/so/charts/so-monitoring/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kubernetes/so') 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 -- cgit 1.2.3-korg