helm-charts

domain exporter

Usage

To install domain-exporter you need.

Add helm repository

helm repo add zifter https://zifter.github.io/helm-charts/

Install chart

Be aware, prometheus CRD must be installed before installing this chart.

Install chart with necessary domains list to specific namespace, where prometheus-operator will be able to discover rules, service monitor and etc:

helm install domain-exporter zifter/domain-exporter --namespace monitoring --set "domains={google.com,reddit.com,amazon.com}"