fix: PipCache | MUST be singleton
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user