Remove deployment strategies
This commit is contained in:
parent
3868d6aa50
commit
04e392ec78
14 changed files with 0 additions and 243 deletions
|
@ -13,15 +13,6 @@
|
|||
deployments.server.spec = {
|
||||
selector.matchLabels.app = "freshrss";
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
|
||||
template = {
|
||||
metadata.labels.app = "freshrss";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue