add metallb

This commit is contained in:
jacob
2025-09-30 09:55:16 +02:00
parent c498ee628b
commit 66be12b990
2 changed files with 30 additions and 0 deletions

10
helm/metallb/Chart.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: v2
name: metallb
description: A Helm chart for MetalLB
type: application
version: 0.1.0
appVersion: "0.10.2" # Replace with the desired MetalLB version
dependencies:
- name: metallb
version: "0.10.2" # Replace with the desired MetalLB version
repository: "https://charts.bitnami.com/bitnami"

20
helm/metallb/values.yaml Normal file
View File

@@ -0,0 +1,20 @@
config:
layer2:
address-pools:
- name: default
protocol: layer2
addresses:
- 192.168.178.200-192.168.178.250 # Replace with your desired IP range
service:
enabled: true
type: LoadBalancer
annotations: {}
externalTrafficPolicy: Local
controller:
service:
enabled: true
annotations: {}
type: LoadBalancer
externalTrafficPolicy: Local