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:
parent
b190bcef92
commit
3194c71495
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue