Skip to content

Commit

Permalink
Update hpa.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-nand authored Sep 26, 2023
1 parent a01e965 commit b571d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/helm_charts/core/telemetry/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ .Chart.Name }}
Expand Down Expand Up @@ -28,4 +28,4 @@ spec:
type: Utilization
averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit b571d68

Please sign in to comment.