From 04fcd0925335637b41af3dbbe8641fa67d490ca6 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Tue, 30 Dec 2025 18:28:02 +0700 Subject: [PATCH] perf(platform): faster sync interval --- platform/production/istio.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/production/istio.yaml b/platform/production/istio.yaml index c1983b6..d45bb3a 100644 --- a/platform/production/istio.yaml +++ b/platform/production/istio.yaml @@ -13,7 +13,7 @@ metadata: name: istio-base namespace: flux-system spec: - interval: 30m + interval: 3m chart: spec: chart: base @@ -32,7 +32,7 @@ metadata: name: istio-cni namespace: flux-system spec: - interval: 30m + interval: 3m chart: spec: chart: cni @@ -53,7 +53,7 @@ metadata: name: ztunnel namespace: flux-system spec: - interval: 30m + interval: 3m chart: spec: chart: ztunnel @@ -72,7 +72,7 @@ metadata: name: istiod namespace: flux-system spec: - interval: 30m + interval: 3m chart: spec: chart: istiod -- 2.51.2