aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-monitoring
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2020-03-16 20:55:48 +0530
committerSeshu Kumar M <seshu.kumar.m@huawei.com>2020-03-17 01:52:22 +0000
commit0eb23df434deb03cc53e4291658332eecc27b07d (patch)
treed5633ec6f3ec9ebb2bd2d7ffcf70a7aea9eb8717 /kubernetes/so/charts/so-monitoring
parent0cdf3ca3b4718191ef34cc855a78b0a187e5c86e (diff)
fix for the 30224 with the debugEnabled
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Iee36c5f5182686a8d18ba8d178a5d002623cd0a1
Diffstat (limited to 'kubernetes/so/charts/so-monitoring')
-rw-r--r--kubernetes/so/charts/so-monitoring/values.yaml3
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