[Consul] Remove nodeport on UI 37/102737/2
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 2 Mar 2020 12:42:31 +0000 (13:42 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 2 Mar 2020 12:44:30 +0000 (13:44 +0100)
consul ui is on http mode.
As nobody really looks at it, let's remove the nodeport and set it as
ClusterIP.

Issue-ID: OJSI-168
Issue-ID: OJSI-202
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: If114dac59c4fc919a0ab879ef7c5c2478f6a16d2

kubernetes/consul/charts/consul-server/values.yaml

index 2eb3c25..e9c96d1 100644 (file)
@@ -56,7 +56,7 @@ service:
   name: consul-server
   portName: consul-join
   internalPort: 8301
-  type2: NodePort
+  type2: ClusterIP
   portName2: consul-ui
   internalPort2: 8500
   nodePort2: 70