Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

take systemControls from config #35

Open
sannithibalaji opened this issue May 28, 2020 · 0 comments
Open

take systemControls from config #35

sannithibalaji opened this issue May 28, 2020 · 0 comments

Comments

@sannithibalaji
Copy link

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

jeechu pushed a commit to jeechu/cloudlift that referenced this issue Mar 15, 2021
)

* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant