feat: metal lb stuff
This commit is contained in:
parent
4ab0bb472c
commit
54057bb0ea
2 changed files with 29 additions and 0 deletions
14
argo/resources/metallb/metal-lb.yaml
Normal file
14
argo/resources/metallb/metal-lb.yaml
Normal 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
|
15
argo/utilities/templates/metallb-deps.yaml
Normal file
15
argo/utilities/templates/metallb-deps.yaml
Normal 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
|
||||
|
Loading…
Reference in a new issue