Răsfoiți Sursa

add SO link for issue if listener is not in service dependencies

Signed-off-by: aiordache <[email protected]>
Signed-off-by: Nicolas De Loof <[email protected]>
aiordache 5 ani în urmă
părinte
comite
92173eaf35
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      ecs/pkg/amazon/cloudformation.go

+ 2 - 0
ecs/pkg/amazon/cloudformation.go

@@ -236,6 +236,8 @@ func (c client) Convert(project *compose.Project) (*cloudformation.Template, err
 					strings.ToUpper(port.Protocol),
 					string(port.Published),
 				)
+				//add listener to dependsOn
+				//https://stackoverflow.com/questions/53971873/the-target-group-does-not-have-an-associated-load-balancer
 				dependsOn = append(dependsOn, listenerName)
 				template.Resources[listenerName] = &elasticloadbalancingv2.Listener{
 					DefaultActions: []elasticloadbalancingv2.Listener_Action{