From bd181594ccceb2260ca977bdb6b149f9a250840e Mon Sep 17 00:00:00 2001 From: HDW Date: Sun, 19 Apr 2026 19:19:11 +0200 Subject: [PATCH] feat: initial bootstrap manifests for argocd and gitea --- infrastructure/metalLB/metallb-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/infrastructure/metalLB/metallb-config.yaml b/infrastructure/metalLB/metallb-config.yaml index 314fb36..8f0d857 100644 --- a/infrastructure/metalLB/metallb-config.yaml +++ b/infrastructure/metalLB/metallb-config.yaml @@ -3,15 +3,19 @@ kind: IPAddressPool metadata: name: first-pool namespace: metallb-system + annotations: + argocd.argoproj.io/sync-wave: "5" # <--- HIER spec: addresses: - - 192.168.1.200-192.168.1.220 # <-- HIER DEINEN BEREICH EINTRAGEN + - 192.168.1.180-192.168.1.200 --- apiVersion: metallb.io/v1beta1 kind: L2Advertisement metadata: name: l2-advertisement namespace: metallb-system + annotations: + argocd.argoproj.io/sync-wave: "5" # <--- HIER spec: ipAddressPools: - first-pool