Configure endpoint for healthcheck
Configure endpoint for healthcheck Update healthcheck to run HOTFIX: Fix healthcheck protocol HOTFIX: Expose healthcheck port task HOTFIX: Make healthcheck UDP & remove TCP endpoint Reimplement healthcheck without forcing port Reimplement healthcheck without forcing port
This commit is contained in:
@ -36,6 +36,9 @@ Resources:
|
||||
- HostPort: 0
|
||||
ContainerPort: 7777
|
||||
Protocol: udp
|
||||
- HostPort: 0
|
||||
ContainerPort: 80
|
||||
Protocol: tcp
|
||||
LogConfiguration:
|
||||
LogDriver: awslogs
|
||||
Options:
|
||||
|
Reference in New Issue
Block a user