Skip to content

Commit

Permalink
feat: change the PDB maxUnavailable to 10% (#453)
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Brocker <5331286+pbr0ck3r@users.noreply.github.com>
  • Loading branch information
yj-yan and pbr0ck3r authored Mar 25, 2024
1 parent 0f779bd commit 87bd297
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ local all = {
metadata+: {
labels: sharedLabels,
},
spec+: { maxUnavailable: 1 },
spec+: { maxUnavailable: 10% },
},
// Default configuration for the service, managed by stencil.
// all other configuration should be done in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ local all = {
metadata+: {
labels: sharedLabels,
},
spec+: { maxUnavailable: 1 },
spec+: { maxUnavailable: 10% },
},
// Default configuration for the service, managed by stencil.
// all other configuration should be done in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ local all = {
metadata+: {
labels: sharedLabels,
},
spec+: { maxUnavailable: 1 },
spec+: { maxUnavailable: 10% },
},
// Default configuration for the service, managed by stencil.
// all other configuration should be done in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local all = {
metadata+: {
labels: sharedLabels,
},
spec+: { maxUnavailable: 1 },
spec+: { maxUnavailable: 10% },
},
// Default configuration for the service, managed by stencil.
// all other configuration should be done in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ local all = {
metadata+: {
labels: sharedLabels,
},
spec+: { maxUnavailable: 1 },
spec+: { maxUnavailable: 10% },
},
// Default configuration for the service, managed by stencil.
// all other configuration should be done in the
Expand Down
2 changes: 1 addition & 1 deletion templates/deployments/appname/app.jsonnet.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ local all = {
metadata+: {
labels: sharedLabels,
},
spec+: { maxUnavailable: 1 },
spec+: { maxUnavailable: 10% },
},
// Default configuration for the service, managed by stencil.
// all other configuration should be done in the
Expand Down

0 comments on commit 87bd297

Please sign in to comment.