add metallb

This commit is contained in:
2026-05-06 16:32:36 -05:00
parent 10ea7005d4
commit b268e01870
7 changed files with 37 additions and 118 deletions

View File

@@ -0,0 +1,36 @@
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