Skip to content

Commit

Permalink
RHCLOUD-28890 Test autoscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenneg committed Jun 19, 2024
1 parent cf9ad74 commit b36936f
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 b36936f

Please sign in to comment.