We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cdf3a commit 53d8fc5Copy full SHA for 53d8fc5
deployment/services/environment.ts
@@ -80,8 +80,8 @@ export function prepareEnvironment(input: {
80
memoryLimit: isProduction ? '1000Mi' : '300Mi',
81
},
82
tracingCollector: {
83
- cpuLimit: isProduction ? '1000m' : '100m',
84
- memoryLimit: isProduction ? '4000Mi' : '200Mi',
+ cpuLimit: isProduction || isStaging ? '1000m' : '100m',
+ memoryLimit: isProduction || isStaging ? '4000Mi' : '200Mi',
85
maxReplicas: isProduction || isStaging ? 3 : 1,
86
87
0 commit comments