alow private hosted awx-ee image

This commit is contained in:
cbillett83@outlook.com
2021-03-24 10:02:33 +00:00
parent e09c48d67c
commit 76092c366e
9 changed files with 24 additions and 8 deletions

View File

@@ -15,6 +15,8 @@ spec:
tower_image: quay.io/ansible/awx:18.0.0
tower_ee_image: quay.io/ansible/awx-ee:latest
tower_create_preload_data: true
tower_memcached_image: memcached:alpine

View File

@@ -197,6 +197,9 @@ spec:
type: string
tower_web_extra_volume_mounts:
type: string
tower_ee_image:
description: Registry path to the Execution Environment container to use
type: string
tower_redis_image:
description: Registry path to the redis container to use
type: string

View File

@@ -13,6 +13,8 @@ spec:
tower_image: quay.io/ansible/awx:18.0.0
tower_ee_image: quay.io/ansible/awx-ee:latest
tower_web_resource_requirements:
requests:
cpu: 500m