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

@ -13,15 +13,6 @@
deployments.server.spec = {
selector.matchLabels.app = "freshrss";
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
template = {
metadata.labels.app = "freshrss";