fix: uncomment metallb
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
apiVersion: metallb.io/v1beta1
|
#apiVersion: metallb.io/v1beta1
|
||||||
kind: IPAddressPool
|
#kind: IPAddressPool
|
||||||
metadata:
|
#metadata:
|
||||||
name: first-pool
|
# name: first-pool
|
||||||
namespace: metallb-system
|
# namespace: metallb-system
|
||||||
annotations:
|
# annotations:
|
||||||
argocd.argoproj.io/sync-wave: "5" # <--- HIER
|
# argocd.argoproj.io/sync-wave: "5" # <--- HIER
|
||||||
spec:
|
#spec:
|
||||||
addresses:
|
# addresses:
|
||||||
- 192.168.1.180-192.168.1.200
|
# - 192.168.1.180-192.168.1.200
|
||||||
---
|
---
|
||||||
apiVersion: metallb.io/v1beta1
|
#apiVersion: metallb.io/v1beta1
|
||||||
kind: L2Advertisement
|
#kind: L2Advertisement
|
||||||
metadata:
|
#metadata:
|
||||||
name: l2-advertisement
|
# name: l2-advertisement
|
||||||
namespace: metallb-system
|
# namespace: metallb-system
|
||||||
annotations:
|
# annotations:
|
||||||
argocd.argoproj.io/sync-wave: "5" # <--- HIER
|
# argocd.argoproj.io/sync-wave: "5" # <--- HIER
|
||||||
spec:
|
#spec:
|
||||||
ipAddressPools:
|
# ipAddressPools:
|
||||||
- first-pool
|
# - first-pool
|
||||||
|
|||||||
Reference in New Issue
Block a user