This is an automated email from the ASF dual-hosted git repository. lingsamuel pushed a commit to branch lingsamuel-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
commit de20f132c9069958a926c45f5c3e2ca015dd6784 Author: Sarasa Kisaragi <[email protected]> AuthorDate: Thu Feb 23 17:26:39 2023 +0800 Update values.yaml --- charts/apisix-ingress-controller/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/apisix-ingress-controller/values.yaml b/charts/apisix-ingress-controller/values.yaml index 58eef8b..2fc7c22 100644 --- a/charts/apisix-ingress-controller/values.yaml +++ b/charts/apisix-ingress-controller/values.yaml @@ -86,7 +86,7 @@ config: # -- enable profiling via web interfaces host:port/debug/pprof, default is true. enableProfiling: true # -- Default interval for synchronizing Kubernetes resources to APISIX - apisixResourceSyncInterval: "300s" + apisixResourceSyncInterval: "1h" # -- Kubernetes related configurations. kubernetes: # -- the Kubernetes configuration file path, default is "", so the in-cluster
