dotnet/tye

Ingress should allow picking a specific named binding

Open

#204 ouverte le 26 mars 2020

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C# (532 forks)batch import
good first issueidea

Métriques du dépôt

Stars
 (5 310 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur