Skip to content

Commit

Permalink
Enable autoscaling for staging web api
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 10, 2024
1 parent 24b55cf commit fa65c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ osm-seed:
memory: "2Gi"
cpu: "2"
autoscaling:
enabled: false
minReplicas: 2
enabled: true
minReplicas: 1
maxReplicas: 10
cpuUtilization: 80
sharedMemorySize: 16Mi
Expand Down

0 comments on commit fa65c53

Please sign in to comment.