Skip to content

Commit

Permalink
fix: launchpad rollingupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Nov 9, 2023
1 parent 6d71ab2 commit 4b16261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/providers/applaunchpad/src/utils/deployYaml2Json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export const json2DeployCr = (data: AppEditType, type: 'deployment' | 'statefuls
strategy: {
type: 'RollingUpdate',
rollingUpdate: {
maxUnavailable: 1,
maxSurge: 0
maxUnavailable: 0,
maxSurge: 1
}
}
};
Expand Down

0 comments on commit 4b16261

Please sign in to comment.