Provide explicit node ports in IstioOperator chart 23/4723/1
authorTodd Malsbary <todd.malsbary@intel.com>
Wed, 9 Mar 2022 00:28:25 +0000 (16:28 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Wed, 9 Mar 2022 18:29:21 +0000 (10:29 -0800)
It's possible that K8s will choose a port that conflicts with those
chosen by EMCO.  Fix this by choosing explicit node ports outside the
range of those used by EMCO.

Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I258e8ceaa6de0d958707b75c0d6d28e960c5d8d7

deploy/istio/Chart.yaml
deploy/istio/templates/istio-operator.yaml

index 0beb1ae..1b2ab8e 100644 (file)
@@ -2,4 +2,4 @@
 apiVersion: v2
 name: istio
 type: application
-version: 0.1.0
+version: 0.1.1
index 6390d1a..c55304d 100644 (file)
@@ -26,9 +26,11 @@ spec:
             - port: 80
               targetPort: 8080
               name: http2
+              nodePort: 32003
             - port: 443
               targetPort: 8443
               name: https
+              nodePort: 32002
             - port: 15443
               targetPort: 15443
               name: tls