Skip to content

Commit

Permalink
nits + pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodanswer committed Nov 17, 2024
1 parent 618bc02 commit 521425a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ spec:
name: celery-worker-primary
pollingInterval: 15 # Check every 15 seconds
cooldownPeriod: 30 # Wait 30 seconds before scaling down
minReplicaCount: 1
maxReplicaCount: 1
minReplicaCount: 4
maxReplicaCount: 4
triggers:
- type: redis
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ spec:
name: indexing-model-server-deployment
pollingInterval: 15 # Check every 15 seconds
cooldownPeriod: 30 # Wait 30 seconds before scaling down
minReplicaCount: 1
maxReplicaCount: 14
minReplicaCount: 10
maxReplicaCount: 10
triggers:
- type: cpu
metadata:
Expand Down

0 comments on commit 521425a

Please sign in to comment.