From 9722733275582811944010af504da9d3e97c74cc Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 28 May 2026 17:42:07 +0300 Subject: [PATCH] fix istio gateway replica values --- .../infrastructure/patches/istio-gateway.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/clusters/yc-k8s-test-02/infrastructure/patches/istio-gateway.yaml b/clusters/yc-k8s-test-02/infrastructure/patches/istio-gateway.yaml index 501ad38..e1517a5 100644 --- a/clusters/yc-k8s-test-02/infrastructure/patches/istio-gateway.yaml +++ b/clusters/yc-k8s-test-02/infrastructure/patches/istio-gateway.yaml @@ -12,8 +12,9 @@ spec: - name: istiod namespace: istio-system values: - replicaCount: 1 - autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 1 + _internal_defaults_do_not_set: + replicaCount: 1 + autoscaling: + enabled: false + minReplicas: 1 + maxReplicas: 1