Skip to content

Commit

Permalink
🔧 endrer average target value for autoskalering av podder
Browse files Browse the repository at this point in the history
* Virker som spesialist går i beina på seg selv når den
skalerer opp så raskt som den har gjort med averageValue
satt til 200. Prøver å øke til 1000 for å se om den oppfører
seg litt bedre

Co-authored-by: Jakob Havstein Eriksen <[email protected]>
  • Loading branch information
elitho and havstein committed Mar 18, 2024
1 parent 7ced93c commit fb56fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/hpa/hpa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
group: tbd-spesialist-v1
target:
type: AverageValue
averageValue: 200
averageValue: 1000
behavior:
scaleUp:
policies:
Expand Down

0 comments on commit fb56fd0

Please sign in to comment.