diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-03-19 13:15:02 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-03-20 06:44:11 -0700 |
commit | 10238361551b166675044c4ea00b8f69640fb0f3 (patch) | |
tree | f8241af1c7ba58f4a8a8c489186876aab3529439 /kubernetes/aaf/charts/aaf-sms | |
parent | bb26706ffcfbbe412a43a2c04a5e127f4a21b5d4 (diff) |
Remove nodeport for aaf-sms
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>
Diffstat (limited to 'kubernetes/aaf/charts/aaf-sms')
-rw-r--r-- | kubernetes/aaf/charts/aaf-sms/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/aaf/charts/aaf-sms/values.yaml b/kubernetes/aaf/charts/aaf-sms/values.yaml index 8e7ea29300..28b46c24e1 100644 --- a/kubernetes/aaf/charts/aaf-sms/values.yaml +++ b/kubernetes/aaf/charts/aaf-sms/values.yaml @@ -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 |