mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
chore: always run the maximum amount of usage services (#7924)
This commit is contained in:
parent
aac23596ec
commit
883e0bcb02
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export function prepareEnvironment(input: {
|
|||
memoryLimit: isProduction || isStaging ? '3584Mi' : '1Gi',
|
||||
},
|
||||
usageService: {
|
||||
replicas: isProduction || isStaging ? 3 : 1,
|
||||
replicas: isProduction || isStaging ? 6 : 1,
|
||||
cpuLimit: isProduction ? '1000m' : '100m',
|
||||
maxReplicas: isProduction || isStaging ? 6 : 1,
|
||||
cpuAverageToScale: 60,
|
||||
|
|
|
|||
Loading…
Reference in a new issue