feat: metal lb stuff

This commit is contained in:
Mike Smith 2024-01-09 21:39:04 -05:00
parent 4ab0bb472c
commit 54057bb0ea
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,14 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: ips
namespace: kube-system
spec:
addresses:
- 192.168.100.65-192.168.100.67
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: advertise-deez
namespace: kube-system

View file

@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metal-lb-resources
namespace: argocd
spec:
project: default
source:
repoURL: https://git.thecodedom.com/smig/esxi-cluster.git
targetRevision: HEAD
path: resouces/metallb
destination:
server: https://kubernetes.default.svc
namespace: kube-system