From: Todd Malsbary Date: Wed, 9 Mar 2022 00:28:25 +0000 (-0800) Subject: Provide explicit node ports in IstioOperator chart X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=79d3cbfd70380bdc3e0d3735689d7657fd512490;p=icn.git Provide explicit node ports in IstioOperator chart 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 Change-Id: I258e8ceaa6de0d958707b75c0d6d28e960c5d8d7 --- diff --git a/deploy/istio/Chart.yaml b/deploy/istio/Chart.yaml index 0beb1ae..1b2ab8e 100644 --- a/deploy/istio/Chart.yaml +++ b/deploy/istio/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: istio type: application -version: 0.1.0 +version: 0.1.1 diff --git a/deploy/istio/templates/istio-operator.yaml b/deploy/istio/templates/istio-operator.yaml index 6390d1a..c55304d 100644 --- a/deploy/istio/templates/istio-operator.yaml +++ b/deploy/istio/templates/istio-operator.yaml @@ -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