Issue #10: Add resource requests to CRs as well.

This commit is contained in:
Jeff Geerling
2019-11-25 17:03:11 -06:00
parent 3673a2b33a
commit 09c1b66146
2 changed files with 12 additions and 0 deletions

View File

@@ -14,6 +14,12 @@ spec:
tower_task_image: ansible/awx_task:9.0.1
tower_web_image: ansible/awx_web:9.0.1
tower_task_mem_request: 1Gi
tower_task_cpu_request: 500m
tower_web_mem_request: 2Gi
tower_web_cpu_request: 1000m
tower_create_preload_data: true
tower_memcached_image: memcached:alpine

View File

@@ -14,6 +14,12 @@ spec:
tower_task_image: quay.io/ansible-tower/ansible-tower:3.6.1
tower_web_image: quay.io/ansible-tower/ansible-tower:3.6.1
tower_task_mem_request: 1Gi
tower_task_cpu_request: 500m
tower_web_mem_request: 2Gi
tower_web_cpu_request: 1000m
tower_create_preload_data: true
tower_memcached_image: memcached:alpine