Skip to content
Snippets Groups Projects
Commit 0ac6168f authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Update api version

parent 2ebaa23f
No related branches found
No related tags found
No related merge requests found
{{- if .Values.autoscaling.enabled }} {{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta2 apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler kind: HorizontalPodAutoscaler
metadata: metadata:
name: {{ include "aleksis.fullname" . }}-app name: {{ include "aleksis.fullname" . }}-app
...@@ -30,7 +30,7 @@ spec: ...@@ -30,7 +30,7 @@ spec:
averageUtilization: {{ .Values.autoscaling.app.targetMemoryUtilizationPercentage }} averageUtilization: {{ .Values.autoscaling.app.targetMemoryUtilizationPercentage }}
{{- end }} {{- end }}
--- ---
apiVersion: autoscaling/v2beta2 apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler kind: HorizontalPodAutoscaler
metadata: metadata:
name: {{ include "aleksis.fullname" . }}-celery-worker name: {{ include "aleksis.fullname" . }}-celery-worker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment