Merge "fix for the 30224 with the debugEnabled"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 17 Mar 2020 07:51:41 +0000 (07:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 17 Mar 2020 07:51:41 +0000 (07:51 +0000)
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