Skip to content

[SRE-010] api.port config value is 8081 but API server actually binds to 8080 #189

@ajitpratap0

Description

@ajitpratap0

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions