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:
jianglai 2018-08-22 22:09:01 -07:00
parent 7b87ba41c7
commit ee97d7c2cd
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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