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:
parent
00db3a0922
commit
5b1dc0bfbd
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user