Skip to content

Commit

Permalink
Add autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Sep 22, 2024
1 parent ee2a092 commit 3715395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/pulsejet-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ readinessProbe:
periodSeconds: 5

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
enabled: true
minReplicas: 3
maxReplicas: 200
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80

Expand Down

0 comments on commit 3715395

Please sign in to comment.