You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
task definition has the option to add systemControls which will be passed as sysctl options to containers.
it is especially helpful where you want to overwrite max_connections for having more Nginx works.
)
* Add support for sidecars to render Cloudformation templates
* Accept sidecar name as an argument for getting and setting configs in parameter store
* Wire up container configurations in editing, deploying and cloud formation operations
* Fix sidecar config injection failures
* Add test for build_config
* Fix tests on recursive fetching from parameter store
* Retain old container name convention for backwards compatibility
* Add sample env for redis sidecar
* Ensure the container to deploy is present in containerDefinitions
* Mark sidecars as non essential containers
* Check if there are sample env files based on glob patterns
* Remove sidecar env sample file
* Allow service with empty configuration during deployment
* Add integration test to access sidecar
* Bump minor version
* Skip tests that are failing in master
task definition has the option to add systemControls which will be passed as sysctl options to containers.
it is especially helpful where you want to overwrite max_connections for having more Nginx works.
More info:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-systemcontrol.html
The text was updated successfully, but these errors were encountered: