File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,21 +53,21 @@ export function prepareEnvironment(input: {
53
53
} ,
54
54
envoy : {
55
55
replicas : isProduction || isStaging ? 3 : 1 ,
56
- cpuLimit : isProduction ? '1500m' : '150m ' ,
56
+ cpuLimit : isProduction ? '1500m' : '120m ' ,
57
57
memoryLimit : isProduction ? '2Gi' : '200Mi' ,
58
58
} ,
59
59
schemaService : {
60
60
memoryLimit : isProduction || isStaging ? '2Gi' : '1Gi' ,
61
61
} ,
62
62
usageService : {
63
63
replicas : isProduction || isStaging ? 3 : 1 ,
64
- cpuLimit : isProduction ? '1000m' : '300m ' ,
64
+ cpuLimit : isProduction ? '1000m' : '100m ' ,
65
65
maxReplicas : isProduction || isStaging ? 6 : 1 ,
66
66
cpuAverageToScale : 60 ,
67
67
} ,
68
68
usageIngestorService : {
69
69
replicas : isProduction || isStaging ? 6 : 1 ,
70
- cpuLimit : isProduction ? '1000m' : '300m ' ,
70
+ cpuLimit : isProduction ? '1000m' : '100m ' ,
71
71
maxReplicas : isProduction || isStaging ? /* numberOfPartitions */ 16 : 2 ,
72
72
cpuAverageToScale : 60 ,
73
73
} ,
You can’t perform that action at this time.
0 commit comments