mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add MetalLB configuration and resources for Kubernetes
This commit is contained in:
20
infrastructure/controllers/metallb/release.yaml
Normal file
20
infrastructure/controllers/metallb/release.yaml
Normal 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
|
||||
Reference in New Issue
Block a user