Disable NodePort for security concern 99/87199/3
authorBin Yang <bin.yang@windriver.com>
Wed, 8 May 2019 02:09:38 +0000 (02:09 +0000)
committerBin Yang <bin.yang@windriver.com>
Wed, 15 May 2019 02:16:20 +0000 (02:16 +0000)
Expose only ClusterIP instead of NodePort

Change-Id: Icd6a3b6e8f5cde319710b5541ada0260f544be01
Issue-ID: OJSI-151 OJSI-148 OJSI-71 OJSI-130 OJSI-153 OJSI-150
Signed-off-by: Bin Yang <bin.yang@windriver.com>
kubernetes/multicloud/charts/multicloud-azure/values.yaml
kubernetes/multicloud/charts/multicloud-fcaps/values.yaml
kubernetes/multicloud/charts/multicloud-lenovo/values.yaml
kubernetes/multicloud/charts/multicloud-ocata/values.yaml
kubernetes/multicloud/charts/multicloud-pike/values.yaml
kubernetes/multicloud/charts/multicloud-starlingx/values.yaml
kubernetes/multicloud/charts/multicloud-vio/values.yaml
kubernetes/multicloud/charts/multicloud-windriver/values.yaml
kubernetes/multicloud/values.yaml

index 99e5a6a..88746af 100644 (file)
@@ -57,7 +57,7 @@ liveness:
   enabled: true
 
 service:
-  type: NodePort
+  type: ClusterIP
   portName: multicloud-azure
   externalPort: 9008
   internalPort: 9008
index e856e12..77b30bc 100644 (file)
@@ -56,7 +56,7 @@ liveness:
   enabled: true
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: multicloud-fcaps
   portName: multicloud-fcaps
   externalPort: 9011
index ff4b44b..38f7c74 100644 (file)
@@ -40,7 +40,7 @@ config:
     password: AAI
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: multicloud-thinkcloud
   portName: multicloud-thinkcloud
   externalPort: 9010
index de77ed0..85b8b4d 100644 (file)
@@ -57,7 +57,7 @@ liveness:
   enabled: true
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: multicloud-ocata
   portName: multicloud-ocata
   externalPort: 9006
index 4241887..7e2cfd4 100644 (file)
@@ -56,7 +56,7 @@ liveness:
   enabled: true
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: multicloud-pike
   portName: multicloud-pike
   externalPort: 9007
index 32dcb8f..05e7f01 100644 (file)
@@ -56,7 +56,7 @@ liveness:
   enabled: true
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: multicloud-starlingx
   portName: multicloud-starlingx
   externalPort: 9009
index 0da23dd..f44ab0b 100644 (file)
@@ -57,7 +57,7 @@ liveness:
   enabled: true
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: multicloud-vio
   portName: multicloud-vio
   externalPort: 9004
index 4b8b763..3c741fb 100644 (file)
@@ -41,7 +41,7 @@ config:
     password: AAI
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: multicloud-titaniumcloud
   portName: multicloud-titaniumcloud
   externalPort: 9005
index 889c06b..fdb4d9b 100644 (file)
@@ -64,7 +64,7 @@ liveness:
   enabled: true
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: multicloud
   portName: multicloud-framework
   externalPort: 9001