khuedoan-homelab/apps/resources/metallb.yaml

30 lines
667 B
YAML
Raw Normal View History

2021-05-21 18:11:33 +07:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb
spec:
destination:
name: in-cluster
namespace: kube-system
server: ''
source:
path: ''
repoURL: 'https://charts.bitnami.com/bitnami'
targetRevision: 2.3.5
chart: metallb
helm:
parameters:
- name: 'configInline'
value: |
address-pools:
- name: default
protocol: layer2
addresses:
2021-06-10 19:34:15 +07:00
# TODO (optimize) Use metal values for MetalLB values
- 192.168.1.150-192.168.1.180
2021-05-21 18:11:33 +07:00
project: default
syncPolicy:
automated:
prune: true
selfHeal: true