Removed external access on unsecure port for cds-blueprints-processor-http 97/103197/1
authorgummar <raj.gumma@est.tech>
Thu, 5 Mar 2020 18:57:12 +0000 (18:57 +0000)
committerRaj Gumma <raj.gumma@est.tech>
Thu, 5 Mar 2020 22:08:01 +0000 (22:08 +0000)
Issue-ID: CCSDK-2147
Signed-off-by: gummar <raj.gumma@est.tech>
Change-Id: I7701616ec9732225cf2be07d67dad7af0953bccb

kubernetes/cds/charts/cds-blueprints-processor/values.yaml

index 35661c2..9bcf03a 100755 (executable)
@@ -76,11 +76,10 @@ readiness:
 
 service:
   http:
-    type: NodePort
+    type: ClusterIP
     portName: blueprints-processor-http
     internalPort: 8080
     externalPort: 8080
-    nodePort: 99
   grpc:
     type: ClusterIP
     portName: blueprints-processor-grpc