diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-11-20 07:12:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-20 07:12:57 +0000 |
commit | 4f66dfdffd036030d8b0f167713af83242285890 (patch) | |
tree | 1734e88be9cfb0e87a7c190a66cf50175337b6df /kubernetes | |
parent | 892854faba326a4a0508331f5097d5f5ed70cb88 (diff) | |
parent | c0a5903141b2fd85061d4787757813a0b0317426 (diff) |
Merge "Remove plain HTTP endpoint 30285"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/msb/charts/msb-consul/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/msb/charts/msb-consul/values.yaml b/kubernetes/msb/charts/msb-consul/values.yaml index 3cb5c74c14..1693f22600 100644 --- a/kubernetes/msb/charts/msb-consul/values.yaml +++ b/kubernetes/msb/charts/msb-consul/values.yaml @@ -49,7 +49,7 @@ readiness: periodSeconds: 10 service: - type: NodePort + type: ClusterIP name: msb-consul externalPort: 8500 internalPort: 8500 |