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