core/ressources/metallb-ip.yaml
Guillaume B.B. Van Hemmen 58986afe32 #0000 - Add MetalLB Helm values and update installation script
Introduces custom `metallb.yaml` Helm values with node selectors and tolerations targeting specific nodes. Renames and adjusts MetalLB resource file, removing unused IPs. Updates installation script to apply the new Helm values and handle namespace creation idempotently.
2024-12-27 13:46:42 +01:00

15 lines
281 B
YAML

apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: ovh-ip-pool
namespace: metallb-system
spec:
addresses:
- 5.196.149.203/32
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2-advertisement
namespace: metallb-system
spec: { }