mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
Update max pod number to 10
This should not cause any waste as the pods are only scaled up when necessary. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209881536
This commit is contained in:
@@ -46,5 +46,5 @@ spec:
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
name: proxy-deployment-canary
|
||||
maxReplicas: 5
|
||||
maxReplicas: 10
|
||||
minReplicas: 1
|
||||
|
||||
@@ -46,5 +46,5 @@ spec:
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
name: proxy-deployment
|
||||
maxReplicas: 5
|
||||
maxReplicas: 10
|
||||
minReplicas: 1
|
||||
|
||||
Reference in New Issue
Block a user