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
|
app.kubernetes.io/name: act-runner-cache
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
revisionHistoryLimit: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: act-runner-cache
|
app.kubernetes.io/name: act-runner-cache
|
||||||
|
|
|
@ -9,6 +9,7 @@ spec:
|
||||||
app.kubernetes.io/name: act-runner
|
app.kubernetes.io/name: act-runner
|
||||||
app.kubernetes.io/instance: amd64
|
app.kubernetes.io/instance: amd64
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 3
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -9,6 +9,7 @@ spec:
|
||||||
app.kubernetes.io/name: act-runner
|
app.kubernetes.io/name: act-runner
|
||||||
app.kubernetes.io/instance: arm64
|
app.kubernetes.io/instance: arm64
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
revisionHistoryLimit: 3
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue