add dummy custom types for metallb

manage metallb ip address pool and l2advertisements in nix
This commit is contained in:
Pim Kunis 2024-03-25 21:25:43 +01:00
parent b4d6a9f46d
commit 3124436b46
4 changed files with 29 additions and 13 deletions

View file

@ -1,8 +0,0 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: main
namespace: metallb-system
spec:
addresses:
- 192.168.40.100-192.168.40.253

View file

@ -1,5 +0,0 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: main
namespace: metallb-system