refactor!: remove MetalLB

Replaced by Cilium L2 Aware LB.

Additionally, the default Zerotier route was changed to match the
LB IP pool rather than the entire home subnet. This makes it easier
to manage in the configure script and can be updated to any value
later if needed.
This commit is contained in:
Khue Doan
2023-12-12 10:24:48 +07:00
parent 9f0d389abc
commit 65af4ff8e6
7 changed files with 7 additions and 35 deletions

View File

@@ -1,7 +0,0 @@
apiVersion: v2
name: metallb
version: 0.0.0
dependencies:
- name: metallb
version: 0.13.9
repository: https://metallb.github.io/metallb

View File

@@ -1,8 +0,0 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: default
namespace: {{ .Release.Namespace }}
spec:
addresses:
- 192.168.1.224/27

View File

@@ -1,8 +0,0 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: default
namespace: {{ .Release.Namespace }}
spec:
ipAddressPools:
- default

View File

@@ -1,2 +0,0 @@
metallb:
existingConfigMap: metallb-config