fix: PipCache | MUST be singleton
This commit is contained in:
@@ -44,6 +44,9 @@ export class PipCache extends Construct {
|
||||
},
|
||||
spec: {
|
||||
replicas: "1",
|
||||
strategy: {
|
||||
type: "Recreate",
|
||||
},
|
||||
selector: {
|
||||
matchLabels: {
|
||||
app: name,
|
||||
|
||||
Reference in New Issue
Block a user