Skip to content

Commit

Permalink
Merge pull request #73 from samzph/patch-1
Browse files Browse the repository at this point in the history
Update hpa.yaml to autoscaling/v1
  • Loading branch information
thecampagnards committed Feb 2, 2024
2 parents b808a8b + 57dfeb5 commit d7cbaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/camunda-bpm-platform/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/v1
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "camunda-bpm-platform.fullname" . }}
Expand Down

0 comments on commit d7cbaf4

Please sign in to comment.