Replace RollingUpdate with Recreate
This commit is contained in:
parent
3868d6aa50
commit
b656ad9b45
14 changed files with 27 additions and 223 deletions
|
@ -10,15 +10,7 @@
|
|||
kubernetes.resources = {
|
||||
deployments.mealie.spec = {
|
||||
selector.matchLabels.app = "mealie";
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
strategy.type = "Recreate";
|
||||
|
||||
template = {
|
||||
metadata.labels.app = "mealie";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue