From 92fbbc6a5537c2884dc88ea59445c143c94d3d77 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 28 Jun 2026 17:37:22 +0200 Subject: [PATCH] namespace --- helm/istiod/templates/istio-service.yaml | 38 +++++++++--------------- 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/helm/istiod/templates/istio-service.yaml b/helm/istiod/templates/istio-service.yaml index a8ecc0a..6fc1f4b 100644 --- a/helm/istiod/templates/istio-service.yaml +++ b/helm/istiod/templates/istio-service.yaml @@ -1,32 +1,22 @@ -#apiVersion: v1 -#kind: Service -#metadata: -# name: istio-ingressgateway -# namespace: istio-system -#spec: -# type: NodePort -# selector: -# istio: ingressgateway -# ports: -# - name: status-port -# port: 15021 -# targetPort: 15021 -# nodePort: 32751 -# - name: http -# port: 80 -# targetPort: 80 -# nodePort: 30080 apiVersion: v1 kind: Service metadata: name: istio-ingressgateway - namespace: istio-ingress + namespace: istio-system spec: - type: LoadBalancer + type: NodePort selector: istio: ingressgateway ports: - - port: 80 - name: http - - port: 443 - name: https \ No newline at end of file + - name: status-port + port: 15021 + targetPort: 15021 + nodePort: 32751 + - name: http + port: 80 + targetPort: 80 + nodePort: 30080 + - name: http + port: 443 + targetPort: 443 + nodePort: 30443