From 6d2510c4f3358f23bba1934bc99f926a63fabb0b Mon Sep 17 00:00:00 2001 From: HDW Date: Fri, 24 Apr 2026 18:06:21 +0200 Subject: [PATCH] fix: uncomment metallb --- infrastructure/metalLB/metallb-config.yaml | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/infrastructure/metalLB/metallb-config.yaml b/infrastructure/metalLB/metallb-config.yaml index 3d42f67..8f0d857 100644 --- a/infrastructure/metalLB/metallb-config.yaml +++ b/infrastructure/metalLB/metallb-config.yaml @@ -1,21 +1,21 @@ -#apiVersion: metallb.io/v1beta1 -#kind: IPAddressPool -#metadata: -# name: first-pool -# namespace: metallb-system -# annotations: -# argocd.argoproj.io/sync-wave: "5" # <--- HIER -#spec: -# addresses: -# - 192.168.1.180-192.168.1.200 +apiVersion: metallb.io/v1beta1 +kind: IPAddressPool +metadata: + name: first-pool + namespace: metallb-system + annotations: + argocd.argoproj.io/sync-wave: "5" # <--- HIER +spec: + addresses: + - 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 +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