initial bootstrap: argocd, metallb, envoy-gateway, nfs-provisioner

This commit is contained in:
2026-06-14 16:00:21 +07:00
commit c44c2f6736
15 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: expensive
namespace: metallb-system
spec:
addresses:
- 192.168.1.30/32
autoAssign: true

View File

@@ -0,0 +1,8 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2-advertisement
namespace: metallb-system
spec:
ipAddressPools:
- expensive