mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Add ability to configure extra args for postgres
* add default extra args postgres * add postgres_extra_args option to readme
This commit is contained in:
committed by
Christian M. Adams
parent
a2222a9176
commit
0f07a475b5
@@ -422,6 +422,9 @@ spec:
|
||||
limits:
|
||||
storage: 50Gi
|
||||
postgres_storage_class: fast-ssd
|
||||
postgres_extra_args:
|
||||
- '-c'
|
||||
- 'max_connections=1000'
|
||||
```
|
||||
|
||||
**Note**: If `postgres_storage_class` is not defined, Postgres will store it's data on a volume using the default storage class for your cluster.
|
||||
|
||||
Reference in New Issue
Block a user