Skip to content

[Bug]: Incorrect model endpoint protocol on gateways with LB-terminated TLS #4298

Description

@jvstme

Steps to reproduce

  1. Create a gateway with load_balancer: { type: alb }.
  2. Run a service with model: { type: tgi } behind that gateway.
  3. Inspect its service.model.base_url.

Actual behaviour

$ dstack run get --json llama31 | jq '.service.model.base_url'
"http://gateway.example.com"

Expected behaviour

$ dstack run get --json llama31 | jq '.service.model.base_url'
"https://gateway.example.com"

dstack version

0.22.0

Server logs

Additional information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions