Skip to content

Commit

Permalink
Merge pull request #94 from jonaskint/feature/hpa-autoscalingv2-support
Browse files Browse the repository at this point in the history
autoscaling/v2 support
  • Loading branch information
johnjeffers authored Nov 8, 2023
2 parents 94d8877 + 3d13a7b commit 8c51dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta2
apiVersion: {{ ternary "autoscaling/v2" "autoscaling/v2beta2" (.Capabilities.APIVersions.Has "autoscaling/v2") }}
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "fusionauth.fullname" . }}
Expand Down

0 comments on commit 8c51dc5

Please sign in to comment.