chore: always run the maximum amount of usage services (#7924)

This commit is contained in:
Laurin 2026-03-27 13:17:09 +01:00 committed by GitHub
parent aac23596ec
commit 883e0bcb02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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