mkoertgen / azure-app-exporter

Exposing Prometheus Metrics for Azure App Registration useful for alerting on expiring Service Principal Credentials.
Apache License 2.0
4 stars 4 forks source link

Readiness probe errored: strconv.Atoi: parsing "http": invalid syntax #4

Closed usamahzaheer closed 2 months ago

usamahzaheer commented 2 years ago

Hi, I am trying to deploy this exporter through the helm chart. It's giving me the following error image image

dploeger commented 8 months ago

The deployment template is missing a "ports" definition. I've added that, but it still doesn't work. See #6

mkoertgen commented 8 months ago

Hi @dploeger,

The ports should be auto-detected using the exposed container ports, it is also using the named ports from the service. Will look into it.

dploeger commented 8 months ago

Really? Never saw that before. Okay.