dotnet/tye

Ingress should allow picking a specific named binding

Open

#204 opened on Mar 26, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (532 forks)batch import
good first issueidea

Repository metrics

Stars
 (5,310 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Today the ingress an pick a service to target but it can't specify which binding on the target service. Today the logic picks the first http binding, then the first https binding but there should be an explicit way to override.

Contributor guide