fix(ente): scale down to single replica
All checks were successful
Renovate / renovate (push) Successful in 1m6s
All checks were successful
Renovate / renovate (push) Successful in 1m6s
This commit is contained in:
parent
d3bc95a862
commit
41ed932c0d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: museum
|
name: museum
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 1
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
|
Loading…
Reference in a new issue