1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-19 18:50:12 +03:00

Change service name in rancher provider to make webui service details view work

This commit is contained in:
Manuel Zapf 2019-11-27 11:12:07 +01:00 committed by Traefiker Bot
parent 00db3a0922
commit 5b1dc0bfbd

View File

@ -193,7 +193,7 @@ func (p *Provider) parseMetadataSourcedRancherData(ctx context.Context, stacks [
}
service := rancherData{
Name: service.Name + "/" + stack.Name,
Name: service.Name + "_" + stack.Name,
State: service.State,
Labels: service.Labels,
Port: servicePort,