Skip to content

Commit

Permalink
Merge pull request #649 from dilinade/hpa-example-fix
Browse files Browse the repository at this point in the history
change apiVersion for k8s autoscaling
  • Loading branch information
gargravarr authored Dec 15, 2023
2 parents 7a63a04 + 99a194f commit 776ee93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/deploy/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: custom-metrics-consumer
Expand Down

0 comments on commit 776ee93

Please sign in to comment.