chore: don't keep all old replica sets
All checks were successful
Renovate / renovate (push) Successful in 37s

This commit is contained in:
Peter 2024-09-08 09:37:07 +02:00
parent c577c34887
commit a6671d15be
Signed by: prskr
GPG key ID: F56BED6903BC5E37
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ metadata:
name: cast
spec:
replicas: 2
revisionHistoryLimit: 3
selector:
matchLabels:
app.kubernetes.io/name: cast

View file

@ -4,6 +4,7 @@ metadata:
name: museum
spec:
replicas: 2
revisionHistoryLimit: 3
selector:
matchLabels:
app.kubernetes.io/name: museum

View file

@ -5,6 +5,7 @@ metadata:
name: photos
spec:
replicas: 2
revisionHistoryLimit: 3
selector:
matchLabels:
app.kubernetes.io/name: photos