Skip to content

Commit

Permalink
Upgrade HPA k8s API version (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfavre authored Oct 24, 2023
1 parent 62320de commit df03b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _infra/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if (ne .Values.autoscaling.minReplicas 0.0) }}
---
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ .Release.Name }}
Expand Down

0 comments on commit df03b74

Please sign in to comment.