chore: don't keep all old replica sets
All checks were successful
Renovate / renovate (push) Successful in 37s
All checks were successful
Renovate / renovate (push) Successful in 37s
This commit is contained in:
parent
c577c34887
commit
a6671d15be
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ metadata:
|
||||||
name: cast
|
name: cast
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
revisionHistoryLimit: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: cast
|
app.kubernetes.io/name: cast
|
||||||
|
|
|
@ -4,6 +4,7 @@ metadata:
|
||||||
name: museum
|
name: museum
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
revisionHistoryLimit: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: museum
|
app.kubernetes.io/name: museum
|
||||||
|
|
|
@ -5,6 +5,7 @@ metadata:
|
||||||
name: photos
|
name: photos
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
revisionHistoryLimit: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: photos
|
app.kubernetes.io/name: photos
|
||||||
|
|
Loading…
Reference in a new issue