mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 23:24:48 -03:30
`oc new-app --template=postgresql-persistent` has been kind of a pain. It would attempt to create a Persistent Volume, but does not allow you to specify the storageClass. This code assumes that a Persistent Volume is already available and will fail with a helpful error message if it is not. Signed-off-by: Shane McDonald <me@shanemcd.com>
18 lines
312 B
YAML
18 lines
312 B
YAML
---
|
|
awx_web_mem_request: 1
|
|
awx_web_cpu_request: 500
|
|
|
|
awx_task_mem_request: 2
|
|
awx_task_cpu_request: 1500
|
|
|
|
awx_rabbitmq_mem_request: 2
|
|
awx_rabbitmq_cpu_request: 500
|
|
|
|
awx_memcached_mem_request: 1
|
|
awx_memcached_cpu_request: 500
|
|
|
|
rabbitmq_version: "3.7.4"
|
|
|
|
openshift_pg_emptydir: no
|
|
openshift_pg_pvc_name: postgresql
|