Remove deployment strategies

This commit is contained in:
Pim Kunis 2025-06-21 20:23:45 +02:00
parent 3868d6aa50
commit 04e392ec78
14 changed files with 0 additions and 243 deletions

View file

@ -17,15 +17,6 @@
component = "server";
};
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
template = {
metadata.labels = {
app = "immich";
@ -78,15 +69,6 @@
component = "machine-learning";
};
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
template = {
metadata.labels = {
app = "immich";
@ -122,15 +104,6 @@
component = "redis";
};
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
template = {
metadata.labels = {
app = "immich";
@ -153,15 +126,6 @@
component = "database";
};
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
template = {
metadata.labels = {
app = "immich";