Skip to content

Commit

Permalink
Improve PodDisruptionBudget: set maxUnavailable to 25% instead of 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
collimarco committed Jul 27, 2024
1 parent 5324dc2 commit 435bf92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cuber/templates/deployment.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ metadata:
app.kubernetes.io/version: <%= @options[:release].to_s.to_json %>
app.kubernetes.io/managed-by: cuber
spec:
maxUnavailable: "50%"
maxUnavailable: "25%"
selector:
matchLabels:
app: web-proc
Expand Down
2 changes: 1 addition & 1 deletion lib/cuber/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cuber
VERSION = '1.11.0'.freeze
VERSION = '1.12.0'.freeze
end

0 comments on commit 435bf92

Please sign in to comment.