fix: uncomment metallb

This commit is contained in:
HDW
2026-04-24 18:06:21 +02:00
parent c1929b3cdf
commit 6d2510c4f3

View File

@@ -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