Fix Forgejo probe: use HTTPS public URL (port 3000 conflicts with Grafana internally)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-01 03:38:36 -05:00
parent b190bcef92
commit 3194c71495

View file

@ -227,7 +227,7 @@ scrape_configs:
module: [http_2xx]
static_configs:
- targets:
- http://host.docker.internal:3000/
- https://git.performancewest.net/
labels:
service: forgejo
env: prod