Skip to content

Instantly share code, notes, and snippets.

@axelhodler
Created February 24, 2021 13:51
Show Gist options
  • Save axelhodler/8d4d139d77521019f9a2c6e4712c734b to your computer and use it in GitHub Desktop.
Save axelhodler/8d4d139d77521019f9a2c6e4712c734b to your computer and use it in GitHub Desktop.
const albfs = new ApplicationLoadBalancedFargateService(this, 'test-fargate', {
taskImageOptions: {
image: ecs.ContainerImage.fromEcrRepository(repository, 'latest')
}
})
albfs.targetGroup.configureHealthCheck({
path: '/actuator/health',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment