This commit is contained in:
Marcus
2024-07-02 14:09:04 +02:00
parent c720b35a6f
commit 54327ee7e4
4 changed files with 18 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
+4
View File
@@ -0,0 +1,4 @@
defaultNamespace: metallb-system
helm:
repo: https://metallb.github.io/metallb
chart: metallb
+14
View File
@@ -0,0 +1,14 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2adv
namespace: metallb-system
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: pool
namespace: metallb-system
spec:
addresses:
- 10.0.0.31-10.0.0.40
BIN
View File
Binary file not shown.