1
0
mirror of https://github.com/khuedoan/homelab.git synced 2025-02-22 04:29:26 +07:00
khuedoan-homelab/apps/resources/metallb.yaml
2021-06-27 01:04:25 +07:00

32 lines
726 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb
finalizers:
- resources-finalizer.argocd.argoproj.io
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:
# TODO (optimize) Use metal values for MetalLB values
- 192.168.1.150-192.168.1.180
project: default
syncPolicy:
automated:
prune: true
selfHeal: true