diff --git a/helm/istio/templates/gateway.yaml b/helm/istio/templates/gateway.yaml index 03694b3..146bebc 100644 --- a/helm/istio/templates/gateway.yaml +++ b/helm/istio/templates/gateway.yaml @@ -3,10 +3,11 @@ kind: Gateway metadata: name: ingress-gateway namespace: istio-ingress + annotations: + networking.istio.io/service-type: "NodePort" spec: selector: app: istio-ingress - type: NodePort servers: - port: number: 80