# 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 version: 0.13.11 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: 100Mi limits: cpu: 100m memory: 100Mi