diff options
author | Yang Xu <yang.xu3@huawei.com> | 2019-05-15 21:12:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-15 21:12:22 +0000 |
commit | 8ae5acc7191b6394e208034dbf81ad6ca269030b (patch) | |
tree | 564c569f46bbc9b4b9db06379437e08d02834b24 /kubernetes/multicloud/charts/multicloud-starlingx | |
parent | f5bad9f90ef7485c881fbca7289e2ec08707ea48 (diff) | |
parent | 9ea6b4012b79752b1a149d15077a6732c1658999 (diff) |
Merge "Disable NodePort for security concern"
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-starlingx')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-starlingx/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml b/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml index 32dcb8fc61..05e7f01c0c 100644 --- a/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml @@ -56,7 +56,7 @@ liveness: enabled: true service: - type: NodePort + type: ClusterIP name: multicloud-starlingx portName: multicloud-starlingx externalPort: 9009 |