Disable dynamic routing to allow for proper healthchecks
This commit is contained in:
		@ -37,6 +37,8 @@ Resources:
 | 
			
		||||
  NlbTargetGroup:
 | 
			
		||||
    Type: AWS::ElasticLoadBalancingV2::TargetGroup
 | 
			
		||||
    Properties:
 | 
			
		||||
      HealthCheckProtocol: TCP
 | 
			
		||||
      HealthCheckPort: 80
 | 
			
		||||
      Port: 7777
 | 
			
		||||
      Protocol: TCP_UDP
 | 
			
		||||
      TargetGroupAttributes:
 | 
			
		||||
 | 
			
		||||
@ -33,10 +33,10 @@ Resources:
 | 
			
		||||
        Image: !Sub "josephbmanley/defend-together:${DockerTag}"
 | 
			
		||||
        MemoryReservation: 250
 | 
			
		||||
        PortMappings:
 | 
			
		||||
        - HostPort: 0
 | 
			
		||||
        - HostPort: 7777
 | 
			
		||||
          ContainerPort: 7777
 | 
			
		||||
          Protocol: udp
 | 
			
		||||
        - HostPort: 0
 | 
			
		||||
        - HostPort: 80
 | 
			
		||||
          ContainerPort: 80
 | 
			
		||||
          Protocol: tcp
 | 
			
		||||
        LogConfiguration:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user