Skip to content

Commit

Permalink
Switch hpa from autoscaling/v2beta1 to autoscaling/v2
Browse files Browse the repository at this point in the history
Fixes #2998
  • Loading branch information
stchris committed May 11, 2023
1 parent 74dab37 commit 70822a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/charts/aleph/templates/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
- name: home-volume
emptyDir: {}
---
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ .Values.global.namingPrefix }}-api
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/aleph/templates/convert-document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
- name: tmp-volume
emptyDir: {}
---
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ .Values.global.namingPrefix }}-convert-document
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/aleph/templates/ingest-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
emptyDir:
medium: Memory
---
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ .Values.global.namingPrefix }}-ingest-file
Expand Down

0 comments on commit 70822a5

Please sign in to comment.