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

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

View file

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

View file

@ -9,6 +9,7 @@ spec:
app.kubernetes.io/name: act-runner
app.kubernetes.io/instance: amd64
replicas: 1
revisionHistoryLimit: 3
strategy:
type: Recreate
template:

View file

@ -9,6 +9,7 @@ spec:
app.kubernetes.io/name: act-runner
app.kubernetes.io/instance: arm64
replicas: 2
revisionHistoryLimit: 3
strategy:
type: Recreate
template: