Update code with capability to set the init container resources instead of using web or task container resources (#1439)

This commit is contained in:
rakesh561
2023-06-23 14:09:09 -04:00
committed by GitHub
parent 213c1bebc4
commit a8d2831b1c
5 changed files with 36 additions and 4 deletions

View File

@@ -321,6 +321,11 @@ rsyslog_resource_requirements:
cpu: 100m
memory: 128Mi
init_container_resource_requirements:
requests:
cpu: 100m
memory: 128Mi
# Add extra environment variables to the AWX task/web containers. Specify as
# literal block. E.g.:
# task_extra_env: |