Luzilla / dnsbl_exporter

Prometheus compatible exporter to query DNSBLs/RBLs.
https://www.luzilla-capital.com/
Other
30 stars 8 forks source link

Helm Chart #168

Closed zentavr closed 3 months ago

zentavr commented 10 months ago

Hello @till.

I'd developed a helm chart which installs dnsbl-exporter into Kubernetes clusters. Just a simple Daemonset, configmap (no Ingress). If you are interested, I can submit a PR of that.

P.S.: Unfortunately I cannot fetch the docker image from:

image:
  registry: ghcr.io
  repository: luzilla/dnsbl_exporter
  tag: v0.6.0

...so I'd build my own container using the binaries from the Release page of that repo.

till commented 10 months ago

Why doesn't the pull work?

zentavr commented 10 months ago

@till don’t know, asks for the credentials

till commented 7 months ago

@zentavr I think I found it, see #178

till commented 7 months ago

@zentavr try fetching again, I just fixed a setting. And if you want to submit a PR for the helm chart, feel free to. :)

zentavr commented 7 months ago

@till check #184