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