Skip to content

Commit

Permalink
datacube-ows: use HPA api v2
Browse files Browse the repository at this point in the history
  • Loading branch information
squireg committed Oct 9, 2023
1 parent 8345d76 commit 3ad01f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/datacube-ows/templates/autoscaling.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.ows.enabled }}
{{- if .Values.ows.hpa.autoscaling }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "datacube-ows.fullname" . }}
Expand Down

0 comments on commit 3ad01f7

Please sign in to comment.