From bd19d33b5a1c4f93c54d67a510adf8fe6d2a7522 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 28 May 2026 17:25:11 +0300 Subject: [PATCH] add istio resources --- .../infrastructure/patches/istio-gateway.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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 df607ed..501ad38 100644 --- a/clusters/yc-k8s-test-02/infrastructure/patches/istio-gateway.yaml +++ b/clusters/yc-k8s-test-02/infrastructure/patches/istio-gateway.yaml @@ -11,3 +11,9 @@ spec: namespace: istio-system - name: istiod namespace: istio-system + values: + replicaCount: 1 + autoscaling: + enabled: false + minReplicas: 1 + maxReplicas: 1