Skip to content

Commit

Permalink
TECH-3629 - Fixing the autoscaling metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrUA committed Sep 25, 2024
1 parent 3b667a6 commit 8491792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/staging/chainlog-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ resources:
memory: 128Mi
autoscaling:
enabled: true
minReplicas: 0
maxReplicas: 0
minReplicas: 1
maxReplicas: 2
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 60
env:
Expand Down

0 comments on commit 8491792

Please sign in to comment.