diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2020-03-16 20:55:48 +0530 |
---|---|---|
committer | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-03-17 01:52:22 +0000 |
commit | 0eb23df434deb03cc53e4291658332eecc27b07d (patch) | |
tree | d5633ec6f3ec9ebb2bd2d7ffcf70a7aea9eb8717 | |
parent | 0cdf3ca3b4718191ef34cc855a78b0a187e5c86e (diff) |
fix for the 30224 with the debugEnabled
Issue-ID: SO-2519
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Iee36c5f5182686a8d18ba8d178a5d002623cd0a1
-rw-r--r-- | kubernetes/so/charts/so-monitoring/values.yaml | 3 |
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 |