fix for the 30224 with the debugEnabled 41/103741/3
authorseshukm <seshu.kumar.m@huawei.com>
Mon, 16 Mar 2020 15:25:48 +0000 (20:55 +0530)
committerSeshu Kumar M <seshu.kumar.m@huawei.com>
Tue, 17 Mar 2020 01:52:22 +0000 (01:52 +0000)
Issue-ID: SO-2519

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Iee36c5f5182686a8d18ba8d178a5d002623cd0a1

kubernetes/so/charts/so-monitoring/values.yaml

index 240ca15..ae3f385 100644 (file)
@@ -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