Replace RollingUpdate with Recreate
This commit is contained in:
parent
3868d6aa50
commit
b656ad9b45
14 changed files with 27 additions and 223 deletions
|
@ -20,14 +20,7 @@
|
|||
component = "web";
|
||||
};
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
strategy.type = "Recreate";
|
||||
|
||||
template = {
|
||||
metadata.labels = {
|
||||
|
@ -115,14 +108,7 @@
|
|||
component = "redis";
|
||||
};
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
strategy.type = "Recreate";
|
||||
|
||||
template = {
|
||||
metadata.labels = {
|
||||
|
@ -165,14 +151,7 @@
|
|||
component = "database";
|
||||
};
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
strategy.type = "Recreate";
|
||||
|
||||
template = {
|
||||
metadata.labels = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue