From 9db6db713ace9100cadff43d3296a42353e42bf1 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Tue, 25 Aug 2026 18:43:38 +0300 Subject: [PATCH] ++ nest ingressgateway service override under internal defaults key --- .../istio-gateway/vad/istio-gateway.yaml | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/infrastructure/istio-gateway/vad/istio-gateway.yaml b/infrastructure/istio-gateway/vad/istio-gateway.yaml index 67bc48a..e829829 100644 --- a/infrastructure/istio-gateway/vad/istio-gateway.yaml +++ b/infrastructure/istio-gateway/vad/istio-gateway.yaml @@ -12,20 +12,21 @@ spec: - name: istiod namespace: istio-system values: - service: - type: NodePort - ports: - - name: status-port - port: 15021 - protocol: TCP - targetPort: 15021 - - name: http2 - port: 80 - protocol: TCP - targetPort: 80 - nodePort: 30080 - - name: https - port: 443 - protocol: TCP - targetPort: 443 - nodePort: 30443 + _internal_defaults_do_not_set: + service: + type: NodePort + ports: + - name: status-port + port: 15021 + protocol: TCP + targetPort: 15021 + - name: http2 + port: 80 + protocol: TCP + targetPort: 80 + nodePort: 30080 + - name: https + port: 443 + protocol: TCP + targetPort: 443 + nodePort: 30443