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
|
||||
spec:
|
||||
replicas: 2
|
||||
revisionHistoryLimit: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: cast
|
||||
|
|
|
@ -4,6 +4,7 @@ metadata:
|
|||
name: museum
|
||||
spec:
|
||||
replicas: 2
|
||||
revisionHistoryLimit: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: museum
|
||||
|
|
|
@ -5,6 +5,7 @@ metadata:
|
|||
name: photos
|
||||
spec:
|
||||
replicas: 2
|
||||
revisionHistoryLimit: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: photos
|
||||
|
|
Loading…
Reference in a new issue