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

@@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/blessedrebus/krawl
pullPolicy: Always
tag: "1.0.0"
tag: "1.1.0"
imagePullSecrets: []
nameOverride: "krawl"
@@ -54,13 +54,6 @@ resources:
# If not set, container will use its default timezone
timezone: ""
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 1
targetCPUUtilizationPercentage: 70
targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []