This commit is contained in:
2025-10-02 10:28:43 +02:00
parent fe57713803
commit 6c3845004d
2 changed files with 8 additions and 0 deletions

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

@@ -0,0 +1,11 @@
apiVersion: v2
name: metallb
description: A Helm chart for deploying MetalLB
type: application
version: 0.1.0
appVersion: "0.14.5"
dependencies:
- name: metallb
version: "0.14.5"
repository: "https://metallb.github.io/metallb"

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

@@ -0,0 +1,8 @@
config:
config: |
address-pools:
- name: default
protocol: layer2
addresses:
- 192.168.178.200-192.168.178.250