From be04602bfb06cb7d40ff2cdcb6307cd0b9c97439 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 7 Mar 2026 00:38:29 +0000 Subject: [PATCH] fix: make flux bootstrap reachable from cluster --- clusters/prod/flux-system/gitrepository-platform.yaml | 2 +- clusters/prod/flux-system/kustomization-infrastructure.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/prod/flux-system/gitrepository-platform.yaml b/clusters/prod/flux-system/gitrepository-platform.yaml index 14ab5af..cf28f3b 100644 --- a/clusters/prod/flux-system/gitrepository-platform.yaml +++ b/clusters/prod/flux-system/gitrepository-platform.yaml @@ -7,6 +7,6 @@ spec: interval: 1m ref: branch: main - url: ssh://git@tea.michaelfisher.tech/HomeInfra/HetznerTerra.git + url: ssh://git@64.176.189.59:2222/HomeInfra/HetznerTerra.git secretRef: name: flux-system diff --git a/clusters/prod/flux-system/kustomization-infrastructure.yaml b/clusters/prod/flux-system/kustomization-infrastructure.yaml index 0aa0cf0..6a5cb74 100644 --- a/clusters/prod/flux-system/kustomization-infrastructure.yaml +++ b/clusters/prod/flux-system/kustomization-infrastructure.yaml @@ -10,5 +10,5 @@ spec: kind: GitRepository name: platform path: ./infrastructure - wait: true + wait: false timeout: 5m