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,