Skip to content

Commit

Permalink
Support new app stack parameter for log retention
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Aug 5, 2022
1 parent e8ef1da commit fa8cfba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stacks/app_pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type AppStackParameters struct {
HealthcheckInterval int
DeregistrationDelay int
LoadBalancerRulePriority int
LogRetentionDays int
AppPackRoleExternalId string
PrivateS3BucketEnabled bool `flag:"addon-private-s3"`
PublicS3BucketEnabled bool `flag:"addon-public-s3"`
Expand All @@ -55,6 +56,7 @@ var DefaultAppStackParameters = AppStackParameters{
Type: "app",
HealthCheckPath: "/",
HealthcheckInterval: 30,
LogRetentionDays: 30,
DefaultAutoscalingAverageCpuTarget: 50,
DeregistrationDelay: 15,
Fargate: true,
Expand Down

0 comments on commit fa8cfba

Please sign in to comment.