Issue #1: Add tower and task deployments, along with basic Tower config.

This commit is contained in:
Jeff Geerling
2019-11-05 18:24:52 -06:00
parent da675b7b59
commit 94ce7b49a2
7 changed files with 119 additions and 8 deletions

View File

@@ -4,8 +4,9 @@ metadata:
name: example-tower
namespace: example-tower
spec:
tower_task_image: awx_task:1.0.0.8
tower_web_image: awx_web:1.0.0.8
tower_secret_key: aabbcc
tower_task_image: ansible/awx_task:9.0.1
tower_web_image: ansible/awx_web:9.0.1
tower_memcached_image: memcached:alpine
tower_rabbitmq_image: rabbitmq:3
tower_postgres_pass: awxpass

View File

@@ -41,8 +41,8 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: tower-operator
# - name: ANSIBLE_VERBOSITY
# value: '4'
- name: ANSIBLE_VERBOSITY
value: '3'
volumes:
- name: runner
emptyDir: {}