templates: Max concurrent requests is required for the maintenance job
This commit is contained in:
parent
4224b2231b
commit
98abdf1902
1 changed files with 6 additions and 0 deletions
|
|
@ -276,6 +276,8 @@ objects:
|
|||
value: "${PGSSLMODE}"
|
||||
- name: DRY_RUN
|
||||
value: "${MAINTENANCE_DRY_RUN}"
|
||||
- name: MAX_CONCURRENT_REQUESTS
|
||||
value: "${MAINTENANCE_MAX_CONCURRENT_REQUESTS}"
|
||||
|
||||
parameters:
|
||||
- description: composer image name
|
||||
|
|
@ -335,3 +337,7 @@ parameters:
|
|||
# don't change this value, overwrite it in app-interface for a specific namespace
|
||||
value: "true"
|
||||
required: true
|
||||
- description: composer-maintenance max concurrent requests
|
||||
name: MAINTENANCE_MAX_CONCURRENT_REQUESTS
|
||||
value: "10"
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue