nfio
This commit is contained in:
11
helm/metallb/Chart.yaml
Normal file
11
helm/metallb/Chart.yaml
Normal 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
8
helm/metallb/values.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
config:
|
||||
config: |
|
||||
address-pools:
|
||||
- name: default
|
||||
protocol: layer2
|
||||
addresses:
|
||||
- 192.168.178.200-192.168.178.250
|
||||
|
||||
Reference in New Issue
Block a user