Skip to content

Commit

Permalink
Saner maxReplicas for studio deployments (#46)
Browse files Browse the repository at this point in the history
5 is enough for default
  • Loading branch information
omesser committed Jan 16, 2023
1 parent a61fa8a commit 7724897
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ studioUi:
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
maxReplicas: 5
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

Expand Down Expand Up @@ -240,7 +240,7 @@ studioBackend:
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
maxReplicas: 5
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

Expand Down Expand Up @@ -301,7 +301,7 @@ studioBeat:
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
maxReplicas: 5
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

Expand Down Expand Up @@ -346,7 +346,7 @@ studioWorker:
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
maxReplicas: 5
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

Expand Down

0 comments on commit 7724897

Please sign in to comment.