We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d002d commit 615202eCopy full SHA for 615202e
1 file changed
.infra/index.ts
@@ -446,18 +446,18 @@ if (isAdhocEnv) {
446
value: `${envVars.serviceName as string}-private`,
447
},
448
],
449
- minReplicas: 2,
450
- maxReplicas: 2,
+ minReplicas: 1,
+ maxReplicas: 4,
451
requests: {
452
- memory: '450Mi',
+ memory: '350Mi',
453
cpu: '10m',
454
455
limits: {
456
- memory: '510Mi',
+ memory: '700Mi',
457
458
readinessProbe,
459
livenessProbe,
460
- metric: { type: 'memory_cpu', cpu: 85 },
+ metric: { type: 'memory_cpu', cpu: 200, memory: 150 },
461
createService: true,
462
serviceType: 'ClusterIP',
463
disableLifecycle: true,
0 commit comments