chore: don't keep all old replica sets
All checks were successful
Renovate / renovate (push) Successful in 33s
All checks were successful
Renovate / renovate (push) Successful in 33s
This commit is contained in:
parent
a6671d15be
commit
d3bc95a862
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -9,6 +9,7 @@ spec:
|
|||
app.kubernetes.io/name: act-runner
|
||||
app.kubernetes.io/instance: amd64
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 3
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
|
|
|
@ -9,6 +9,7 @@ spec:
|
|||
app.kubernetes.io/name: act-runner
|
||||
app.kubernetes.io/instance: arm64
|
||||
replicas: 2
|
||||
revisionHistoryLimit: 3
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue