From 26d7b185863f9ba3e79e6a9d4925b4a49db9ed10 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 25 Jun 2026 11:58:44 +0300 Subject: [PATCH] ++ fix istio gateway replicas --- infrastructure/istio-gateway/yc-k8s-test/istio-gateway.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/istio-gateway/yc-k8s-test/istio-gateway.yaml b/infrastructure/istio-gateway/yc-k8s-test/istio-gateway.yaml index df607ed..2a9961c 100644 --- a/infrastructure/istio-gateway/yc-k8s-test/istio-gateway.yaml +++ b/infrastructure/istio-gateway/yc-k8s-test/istio-gateway.yaml @@ -11,3 +11,5 @@ spec: namespace: istio-system - name: istiod namespace: istio-system + values: + replicaCount: 1