initial commit

This commit is contained in:
Dessa Simpson 2023-10-25 18:25:51 -07:00
commit 99a66f4cfd
15 changed files with 287 additions and 0 deletions

15
k8s/metallb.yaml.template Normal file
View file

@ -0,0 +1,15 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: pdp
namespace: metallb-system
spec:
addresses:
- <IP>/32
autoAssign: false
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: default-l2
namespace: metallb-system