Skip to content

Commit 6d74aa8

Browse files
capJavertclaude
andcommitted
fix(infra): disable spot nodes for ws deployment
WebSocket connections are long-lived and get disrupted by spot node preemption. Moving ws pods to on-demand nodes for stability. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5ebc0e8 commit 6d74aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.infra/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ if (isAdhocEnv) {
425425
livenessProbe,
426426
metric: { type: 'memory_cpu', cpu: 150, memory: 150 },
427427
disableLifecycle: true,
428-
spot: { enabled: true },
428+
spot: { enabled: false },
429429
podAnnotations: podAnnotations,
430430
...vols,
431431
},

0 commit comments

Comments
 (0)