Add segment support for ECS
This commit is contained in:
parent
ef753838e7
commit
a302731cd1
9 changed files with 1559 additions and 438 deletions
|
@ -46,6 +46,8 @@ type ecsInstance struct {
|
|||
containerDefinition *ecs.ContainerDefinition
|
||||
machine *machine
|
||||
TraefikLabels map[string]string
|
||||
SegmentLabels map[string]string
|
||||
SegmentName string
|
||||
}
|
||||
|
||||
type portMapping struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue