mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02: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:
parent
7b87ba41c7
commit
ee97d7c2cd
2 changed files with 2 additions and 2 deletions
|
@ -46,5 +46,5 @@ spec:
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: proxy-deployment-canary
|
name: proxy-deployment-canary
|
||||||
maxReplicas: 5
|
maxReplicas: 10
|
||||||
minReplicas: 1
|
minReplicas: 1
|
||||||
|
|
|
@ -46,5 +46,5 @@ spec:
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: proxy-deployment
|
name: proxy-deployment
|
||||||
maxReplicas: 5
|
maxReplicas: 10
|
||||||
minReplicas: 1
|
minReplicas: 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue