Files
edge-gitops/clusters/k3s-dgx/infrastructure/metal-lb.yaml
2026-05-06 16:32:36 -05:00

37 lines
639 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: metallb
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: metallb
namespace: metallb
spec:
interval: 10m
url: https://metallb.github.io/metallb
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: metallb
namespace: metallb
spec:
interval: 10m
chart:
spec:
chart: metallb
version: "0.15.3"
sourceRef:
kind: HelmRepository
name: metallb
namespace: metallb
install:
createNamespace: false
values:
controller:
logLevel: info
speaker:
logLevel: info