Replace RollingUpdate with Recreate
This commit is contained in:
parent
3868d6aa50
commit
b656ad9b45
14 changed files with 27 additions and 223 deletions
|
@ -28,14 +28,7 @@ in {
|
|||
component = "jellyfin";
|
||||
};
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
strategy.type = "Recreate";
|
||||
|
||||
template = {
|
||||
metadata.labels = {
|
||||
|
@ -106,14 +99,7 @@ in {
|
|||
component = "deluge";
|
||||
};
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
strategy.type = "Recreate";
|
||||
|
||||
template = {
|
||||
metadata.labels = {
|
||||
|
@ -175,14 +161,7 @@ in {
|
|||
component = "jellyseerr";
|
||||
};
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
strategy.type = "Recreate";
|
||||
|
||||
template = {
|
||||
metadata.labels = {
|
||||
|
@ -227,14 +206,7 @@ in {
|
|||
component = "radarr";
|
||||
};
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
strategy.type = "Recreate";
|
||||
|
||||
template = {
|
||||
metadata.labels = {
|
||||
|
@ -291,14 +263,7 @@ in {
|
|||
component = "prowlarr";
|
||||
};
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
strategy.type = "Recreate";
|
||||
|
||||
template = {
|
||||
metadata.labels = {
|
||||
|
@ -344,14 +309,7 @@ in {
|
|||
component = "sonarr";
|
||||
};
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
strategy.type = "Recreate";
|
||||
|
||||
template = {
|
||||
metadata.labels = {
|
||||
|
@ -408,14 +366,7 @@ in {
|
|||
component = "bazarr";
|
||||
};
|
||||
|
||||
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