Skip to content

Commit

Permalink
fix: HPA apiversion (#3922)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Sep 13, 2023
1 parent 3f883f1 commit 47c90a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -418,7 +418,7 @@ export const json2Secret = (data: AppEditType) => {
};
export const json2HPA = (data: AppEditType) => {
const template = {
apiVersion: 'autoscaling/v2beta2',
apiVersion: 'autoscaling/v2',
kind: 'HorizontalPodAutoscaler',
metadata: {
name: data.appName
Expand Down

0 comments on commit 47c90a4

Please sign in to comment.