Skip to content

Commit

Permalink
Merge pull request #1 from csiro-easi/ows-hpa-v2
Browse files Browse the repository at this point in the history
datacube-ows: use HPA api v2
  • Loading branch information
squireg authored Oct 11, 2023
2 parents 8345d76 + 3ad01f7 commit 5fa512c
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 5fa512c

Please sign in to comment.