update prometheus ip in doc
Some checks failed
Production Deployment / Run ExUnit Tests (push) Failing after 2m4s
Production Deployment / Build and Push Docker Image (push) Has been skipped

This commit is contained in:
Graham McIntire 2026-07-22 11:01:10 -05:00
parent 3bf21c746f
commit dfb3dfd9e8

View file

@ -102,7 +102,7 @@ config :towerops, Towerops.Mailer, adapter: Swoosh.Adapters.Local
# Metrics are served via PromEx.Plug through the main app's Bandit server
# (no separate Cowboy instance on port 9568). The Pod template in
# k8s/deployment.yaml should carry `prometheus.io/scrape` annotations pointing
# at the main app port with `/metrics` path so Prometheus (10.0.15.31)
# at the main app port with `/metrics` path so Prometheus (10.0.19.31)
# discovers it via the apiserver-proxy `kubernetes-pods` job.
config :towerops, Towerops.PromEx,
manual_metrics_start_delay: :no_delay,