From 09c1b66146e4d95ed4c35b6a16e7928b25fadd87 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 25 Nov 2019 17:03:11 -0600 Subject: [PATCH] Issue #10: Add resource requests to CRs as well. --- deploy/crds/tower_v1alpha1_tower_cr_awx.yaml | 6 ++++++ deploy/crds/tower_v1alpha1_tower_cr_tower.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml b/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml index fafd9d43..3e322f5c 100644 --- a/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml +++ b/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml @@ -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 diff --git a/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml b/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml index 013d05ed..1aa0a1f6 100644 --- a/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml +++ b/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml @@ -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