Add MetalLB configuration and resources for Kubernetes

This commit is contained in:
2025-03-23 12:51:54 +01:00
parent cd605de7a9
commit d58eb635d2
6 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# /infrastructure/controllers/metallb/release.yaml
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: metallb
namespace: metallb-system
spec:
interval: 15m
chart:
spec:
chart: metallb
version: "0.14.9"
sourceRef:
kind: HelmRepository
name: metallb
namespace: metallb-system
interval: 15m
values:
crds:
enabled: true