Skip to content

Commit

Permalink
SMAR-2842 final change to scale values
Browse files Browse the repository at this point in the history
  • Loading branch information
egid-fertal-inno committed Sep 12, 2024
1 parent eada087 commit 661d3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ autoscaling:
detector:
requestsPerSecond: 15
objectDetector:
requestsPerSecond: 2
requestsPerSecond: 3
extractor:
requestsPerSecond: 12
api:
Expand All @@ -819,7 +819,7 @@ autoscaling:
# -- enables ScaledObject for detector
enabled: true
minReplicas: 1
maxReplicas: 3
maxReplicas: 8
# -- provide additional triggers - see https://keda.sh/docs/2.12/concepts/scaling-deployments/#triggers
triggers: []
extractor:
Expand Down

0 comments on commit 661d3b7

Please sign in to comment.