Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fargate-services/2017-fargate-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Resources:
TargetType: ip
Matcher:
HttpCode: 200-299
HealthCheckIntervalSeconds: 10
HealthCheckIntervalSeconds: 600
HealthCheckPath: !Ref HealthCheckPathName
HealthCheckProtocol: HTTP
HealthCheckTimeoutSeconds: 5
Expand Down
2 changes: 1 addition & 1 deletion fargate-services/2019-fargate-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Resources:
Matcher:
# HttpCode: 200-299
HttpCode: 200-299,404 # Civic Devops issue #254
HealthCheckIntervalSeconds: 10
HealthCheckIntervalSeconds: 600
HealthCheckPath: !Ref HealthCheckPathName
HealthCheckProtocol: HTTP
HealthCheckTimeoutSeconds: 5
Expand Down
2 changes: 1 addition & 1 deletion fargate-services/fargate-endpoints-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Resources:
Matcher:
# HttpCode: 200-299
HttpCode: 200-299,404 # Civic Devops issue #254
HealthCheckIntervalSeconds: 10
HealthCheckIntervalSeconds: 600
HealthCheckPath: !Ref HealthCheckPathName
HealthCheckProtocol: HTTP
HealthCheckTimeoutSeconds: 5
Expand Down
2 changes: 1 addition & 1 deletion fargate-services/fargate-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Resources:
TargetType: ip
Matcher:
HttpCode: 200-299
HealthCheckIntervalSeconds: 45
HealthCheckIntervalSeconds: 600
HealthCheckPath: !Ref HealthCheckPathName
HealthCheckProtocol: HTTP
HealthCheckTimeoutSeconds: 40
Expand Down
2 changes: 1 addition & 1 deletion services/homeless-service/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Resources:
Protocol: HTTP
Matcher:
HttpCode: 200-299
HealthCheckIntervalSeconds: 45
HealthCheckIntervalSeconds: 600
HealthCheckPath: /homeless/
HealthCheckProtocol: HTTP
HealthCheckTimeoutSeconds: 40
Expand Down
2 changes: 1 addition & 1 deletion services/housing-affordability-service/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Resources:
Protocol: HTTP
Matcher:
HttpCode: 200-299
HealthCheckIntervalSeconds: 45
HealthCheckIntervalSeconds: 600
HealthCheckPath: /housing-affordability/
HealthCheckProtocol: HTTP
HealthCheckTimeoutSeconds: 40
Expand Down
2 changes: 1 addition & 1 deletion services/transport-service/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Resources:
Protocol: HTTP
Matcher:
HttpCode: 200-299
HealthCheckIntervalSeconds: 45
HealthCheckIntervalSeconds: 600
HealthCheckPath: /transport/
HealthCheckProtocol: HTTP
HealthCheckTimeoutSeconds: 40
Expand Down