chore: update Helm chart to version 1.1.0 and remove autoscaling configuration

This commit is contained in:
Lorenzo Venerandi
2026-03-01 21:32:37 +01:00
parent 21543e89f4
commit 8d48aa0523
6 changed files with 21 additions and 190 deletions

View File

@@ -5,9 +5,7 @@ metadata:
labels:
{{- include "krawl.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
strategy:
type: Recreate
selector: