More configurable parameters

This commit is contained in:
Atha Kouroussis
2020-09-24 15:21:43 -03:00
parent 0542243b65
commit ad96ebf5ad
5 changed files with 206 additions and 148 deletions

View File

@@ -16,8 +16,8 @@ spec:
tower_admin_email: test@example.com
tower_admin_password: changeme
tower_task_image: ansible/awx:14.0.0
tower_web_image: ansible/awx:14.0.0
tower_task_image: ansible/awx:14.1.0
tower_web_image: ansible/awx:14.1.0
tower_task_mem_request: 1Gi
tower_task_cpu_request: 500m

View File

@@ -30,7 +30,7 @@ spec:
type: string
pattern: "^(tower|awx)(-)?.*$"
external_database:
type: bool
type: boolean
description: |
If true you must supply a secret containing the location and credentials for
connecting to the external database by a user who has permission to create

View File

@@ -16,8 +16,8 @@ spec:
tower_admin_email: test@example.com
tower_admin_password: changeme
tower_task_image: ansible/awx:14.0.0
tower_web_image: ansible/awx:14.0.0
tower_task_image: ansible/awx:14.1.0
tower_web_image: ansible/awx:14.1.0
tower_task_mem_request: 128M
tower_task_cpu_request: 500m