Skip to content

Commit

Permalink
RHCLOUD-28890 Test autoscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenneg authored and jessicarod7 committed Jul 4, 2024
1 parent 46ca3e8 commit 2580e85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .rhcicd/clowdapp-engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,14 @@ objects:
value: ${PROCESSOR_CONNECTORS_MAX_SERVER_ERRORS}
- name: PROCESSOR_CONNECTORS_MIN_DELAY_SINCE_FIRST_SERVER_ERROR
value: ${PROCESSOR_CONNECTORS_MIN_DELAY_SINCE_FIRST_SERVER_ERROR}
autoScaler:
minReplicaCount: 3
maxReplicaCount: 6
triggers:
- metadata:
query: sum(kafka_consumergroup_group_lag{topic=~".*platform.notifications.ingress", group="integrations"})
threshold: "1000"
type: prometheus
parameters:
- name: BACKOFFICE_CLIENT_ENV
description: Back-office client environment
Expand Down

0 comments on commit 2580e85

Please sign in to comment.