mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 11:16:04 +02:00
Greatly increase the upper limit of proxy instances in production (#2259)
From our investigation, the Monday night WHOIS storm does not cause any strain to the backend system. The backend latency metrics are all well within the limits. The latency measured from the proxy matches observed latency by the prober, and we see that the "used" CPU is 1.5x of "requested" CPU during the time when the latency is above the threshold. Making this change hopefully removes the proxy as the bottleneck and ameliorate the pages.
This commit is contained in:
parent
fb4c5b457d
commit
08285f5de7
1 changed files with 2 additions and 2 deletions
|
@ -46,5 +46,5 @@ spec:
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: proxy-deployment
|
||||
maxReplicas: 10
|
||||
minReplicas: 1
|
||||
maxReplicas: 50
|
||||
minReplicas: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue