mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 21:20:08 -03:30
Customizable template for OpenShift PostgreSQL deployment
`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>
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
---
|
||||
rabbitmq_version: "3.7.4"
|
||||
|
||||
awx_web_mem_request: 1
|
||||
awx_web_cpu_request: 500
|
||||
|
||||
@@ -12,3 +10,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user