chore: MetalLB | move kustomize stuff into metallb dir

This commit is contained in:
2025-11-23 15:33:33 +05:00
parent c690ce72f5
commit a589671078
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
labels:
app.kubernetes.io/managed-by: Kustomize
resources:
- ./metallb/pool.yaml

View File

@@ -0,0 +1,18 @@
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: pool
namespace: metallb-system
spec:
addresses:
- 192.168.18.192/26
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: pool
namespace: metallb-system
spec:
ipAddressPools:
- pool