# helm repo add metallb https://metallb.github.io/metallb # helm install metallb metallb/metallb apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: metallb namespace: metallb-system spec: chart: metallb targetNamespace: metallb-system repo: https://metallb.github.io/metallb # https://artifacthub.io/packages/helm/metallb/metallb version: 0.15.2 valuesContent: |- prometheus: serviceMonitor: enabled: true additionalLabels: release: prometheus serviceAccount: prometheus-kube-prometheus-prometheus namespace: monitoring controller: resources: requests: cpu: 100m memory: 100Mi limits: cpu: 100m memory: 100Mi speaker: resources: requests: cpu: 100m memory: 200Mi limits: cpu: 100m memory: 200Mi