added capability to set the redis container resources (#899)

* added capability to set the redis container resources

* Reduce resource requests so that it can be scheduled on GitHub workflows

Co-authored-by: Cedric Morin <cedric.morin_ext@michelin.com>
This commit is contained in:
Christian Adams
2022-05-03 08:53:45 -04:00
committed by GitHub
parent bf74d5cc34
commit 363aa3642b
6 changed files with 633 additions and 0 deletions

View File

@@ -27,3 +27,4 @@ spec:
memory: 32M
postgres_resource_requirements: {}
postgres_init_container_resource_requirements: {}
redis_resource_requirements: {}