Replace RollingUpdate with Recreate

This commit is contained in:
Pim Kunis 2025-06-21 20:46:30 +02:00
parent 3868d6aa50
commit b656ad9b45
14 changed files with 27 additions and 223 deletions

View file

@ -17,14 +17,7 @@
component = "server";
};
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
strategy.type = "Recreate";
template = {
metadata.labels = {
@ -78,14 +71,7 @@
component = "machine-learning";
};
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
strategy.type = "Recreate";
template = {
metadata.labels = {
@ -122,14 +108,7 @@
component = "redis";
};
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
strategy.type = "Recreate";
template = {
metadata.labels = {
@ -153,14 +132,7 @@
component = "database";
};
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
strategy.type = "Recreate";
template = {
metadata.labels = {