configs/config.yaml has api.port: 8081 but the API server binds to port 8080 (or reads a different config key) — causes confusion and may break any service that reads this config.
Evidence:
curl http://localhost:8081/api/v1/health → connection refused
curl http://localhost:8080/api/v1/health → 200
File: configs/config.yaml:~1
Agent: SRE-010
configs/config.yaml has
api.port: 8081but the API server binds to port 8080 (or reads a different config key) — causes confusion and may break any service that reads this config.Evidence:
File: configs/config.yaml:~1
Agent: SRE-010