fix: PipCache | MUST be singleton

This commit is contained in:
2025-11-23 01:23:01 +05:00
parent 0862e196cc
commit a96558eb80

View File

@@ -44,6 +44,9 @@ export class PipCache extends Construct {
}, },
spec: { spec: {
replicas: "1", replicas: "1",
strategy: {
type: "Recreate",
},
selector: { selector: {
matchLabels: { matchLabels: {
app: name, app: name,