fix public example IPs for mirror prep
CI / release (pull_request) Has been skipped
CI / skip-ci-check (pull_request) Successful in 39s
CI / secret-scan (pull_request) Successful in 30s
CI / build-and-test (pull_request) Successful in 1m1s
CI / selftest (pull_request) Successful in 49s

Use 10.255.255.1 (private, non-homelab) instead of invalid 10.0.10.x.
This commit is contained in:
2026-08-05 12:31:55 -04:00
parent 18f8ffce15
commit 114bebd881
11 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ def playkit_markdown(version: str) -> str:
## Metrics
- Pushgateway: `http://10.0.10.x:9091` (LAN)
- Pushgateway: `http://10.255.255.1:9091` (LAN)
- Grafana: `dash.levkin.ca` → **Live — Playkit e2e** (`live-playkit`)
- Enable in CI with `PLAYKIT_METRICS_ENABLED=true` + `PLAYKIT_PUSHGATEWAY_URL`