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

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