From 0d5d041185dfae51eb93fa8df0e2ad9352acc45f Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Sun, 6 Oct 2024 22:18:53 -0400 Subject: [PATCH] fix: change interval --- cluster/base/infra.yaml | 2 +- infra/controllers/traefik.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/base/infra.yaml b/cluster/base/infra.yaml index 0d8e27d..2af33bc 100644 --- a/cluster/base/infra.yaml +++ b/cluster/base/infra.yaml @@ -12,7 +12,7 @@ spec: sourceRef: kind: GitRepository name: flux-system - timeout: 5m0s + timeout: 10m0s wait: true --- apiVersion: kustomize.toolkit.fluxcd.io/v1 diff --git a/infra/controllers/traefik.yaml b/infra/controllers/traefik.yaml index b4ef435..6568bf9 100644 --- a/infra/controllers/traefik.yaml +++ b/infra/controllers/traefik.yaml @@ -10,7 +10,7 @@ metadata: name: traefik-repo namespace: traefik-system spec: - interval: 1m0s + interval: 5m0s url: https://helm.traefik.io/traefik --- apiVersion: helm.toolkit.fluxcd.io/v2