Remove nodeport for aaf-sms 17/82717/2
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Tue, 19 Mar 2019 20:15:02 +0000 (13:15 -0700)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Wed, 20 Mar 2019 13:44:11 +0000 (06:44 -0700)
Nodeport exposes aaf-sms outside the cluster
which is a security risk without the proper
authentication systems in place.
We will add external access if needed in the
future.

Issue-ID: OOM-1739
Change-Id: Ibefbd1c5656262131f00a2e53dbf5804f2ead084
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
kubernetes/aaf/charts/aaf-sms/values.yaml

index 8e7ea29..28b46c2 100644 (file)
@@ -67,11 +67,11 @@ readiness:
   periodSeconds: 30
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: aaf-sms
   portName: aaf-sms
   internalPort: 10443
-  nodePort: 43
+  externalPort: 10443
 
 persistence:
   enabled: true