Skip to content

Commit 615202e

Browse files
committed
chore: adjust api-private HPA
1 parent b7d002d commit 615202e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.infra/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,18 +446,18 @@ if (isAdhocEnv) {
446446
value: `${envVars.serviceName as string}-private`,
447447
},
448448
],
449-
minReplicas: 2,
450-
maxReplicas: 2,
449+
minReplicas: 1,
450+
maxReplicas: 4,
451451
requests: {
452-
memory: '450Mi',
452+
memory: '350Mi',
453453
cpu: '10m',
454454
},
455455
limits: {
456-
memory: '510Mi',
456+
memory: '700Mi',
457457
},
458458
readinessProbe,
459459
livenessProbe,
460-
metric: { type: 'memory_cpu', cpu: 85 },
460+
metric: { type: 'memory_cpu', cpu: 200, memory: 150 },
461461
createService: true,
462462
serviceType: 'ClusterIP',
463463
disableLifecycle: true,

0 commit comments

Comments
 (0)