File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ kind: HorizontalPodAutoscaler
33metadata :
44 name : boost
55spec :
6- minReplicas : 2
7- maxReplicas : 8
6+ minReplicas : 3
7+ maxReplicas : 12
88 metrics :
99 - resource :
1010 name : cpu
1111 target :
12- averageUtilization : 50
12+ averageUtilization : 23
1313 type : Utilization
1414 type : Resource
1515 scaleTargetRef :
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ replicaCount: "2"
1313
1414wsgiResources :
1515 limits :
16- cpu : " 3500m "
16+ cpu : " 2500m "
1717 ephemeral-storage : 1Gi
18- memory : 4Gi
18+ memory : 2500Mi
1919 requests :
20- cpu : " 3500m "
20+ cpu : " 2500m "
2121 ephemeral-storage : 1Gi
22- memory : 4Gi
22+ memory : 2500Mi
2323
2424# # NOTE ##
2525# set publcFqdn to the target domain. `www` will be prepended to the domain
You can’t perform that action at this time.
0 commit comments