From 28833a34ed5e6019cb415e9ed84be7a240109fce Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Sun, 6 Oct 2024 22:28:50 -0400 Subject: [PATCH] fix: traefik? --- cluster/base/infra.yaml | 2 +- infra/controllers/kustomization.yaml | 2 +- infra/controllers/traefik.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/base/infra.yaml b/cluster/base/infra.yaml index 2af33bc..0d8e27d 100644 --- a/cluster/base/infra.yaml +++ b/cluster/base/infra.yaml @@ -12,7 +12,7 @@ spec: sourceRef: kind: GitRepository name: flux-system - timeout: 10m0s + timeout: 5m0s wait: true --- apiVersion: kustomize.toolkit.fluxcd.io/v1 diff --git a/infra/controllers/kustomization.yaml b/infra/controllers/kustomization.yaml index e4a406d..bec697f 100644 --- a/infra/controllers/kustomization.yaml +++ b/infra/controllers/kustomization.yaml @@ -3,4 +3,4 @@ kind: Kustomization resources: - metallb.yaml - longhorn.yaml - # - traefik.yaml + - traefik.yaml diff --git a/infra/controllers/traefik.yaml b/infra/controllers/traefik.yaml index 6568bf9..f89d69b 100644 --- a/infra/controllers/traefik.yaml +++ b/infra/controllers/traefik.yaml @@ -26,7 +26,7 @@ spec: sourceRef: kind: HelmRepository name: traefik-repo - version: v32.1.0 + version: 32.1.0 interval: 1m0s values: replicas: 1