From a96558eb801ec26a9f27a1cc3c8b64d265fae60b Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sun, 23 Nov 2025 01:23:01 +0500 Subject: [PATCH] fix: PipCache | MUST be singleton --- cache-infrastructure/pip/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cache-infrastructure/pip/index.ts b/cache-infrastructure/pip/index.ts index 7f84ffc..7f8ec14 100644 --- a/cache-infrastructure/pip/index.ts +++ b/cache-infrastructure/pip/index.ts @@ -44,6 +44,9 @@ export class PipCache extends Construct { }, spec: { replicas: "1", + strategy: { + type: "Recreate", + }, selector: { matchLabels: { app: name,