feat: expose everything

This commit is contained in:
2024-10-08 13:58:01 -04:00
parent 57b1310a7c
commit ff0c3308ad
6 changed files with 32 additions and 26 deletions

View File

@@ -1,19 +1,19 @@
# ---
# apiVersion: metallb.io/v1beta1
# kind: IPAddressPool
# metadata:
# name: first-pool
# namespace: metallb-system
# spec:
# addresses:
# - 10.0.1.0/24
# avoidBuggyIPs: true
# ---
# apiVersion: metallb.io/v1beta1
# kind: L2Advertisement
# metadata:
# name: l2-advertisement
# namespace: metallb-system
# spec:
# ipAddressPools:
# - first-pool
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: first-pool
namespace: metallb-system
spec:
addresses:
- 10.0.1.0/24
avoidBuggyIPs: true
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2-advertisement
namespace: metallb-system
spec:
ipAddressPools:
- first-pool

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- config-metallb.yaml

View File

@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# - metallb.yaml
# - longhorn.yaml
# - traefik.yaml
- metallb.yaml
- longhorn.yaml
- traefik.yaml