Skip to content

Commit

Permalink
Now that we're using cheaper but very slightly less memory hosts, inc…
Browse files Browse the repository at this point in the history
…rease the number of context servers.
  • Loading branch information
mitchellw committed Nov 11, 2023
1 parent 29ff98a commit 3413720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/prod/context-server/autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: context-server
minReplicas: 10
maxReplicas: 10
minReplicas: 12
maxReplicas: 12
behavior:
scaleDown:
stabilizationWindowSeconds: 300
Expand Down
4 changes: 2 additions & 2 deletions apps/prod/premium-context-server/autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: context-server
minReplicas: 4
maxReplicas: 4
minReplicas: 6
maxReplicas: 6
behavior:
scaleDown:
stabilizationWindowSeconds: 300
Expand Down

0 comments on commit 3413720

Please sign in to comment.