fix(helm): remove resources from default release (user should set them), and increase timeout threshold

This commit is contained in:
perf3ct 2025-06-25 21:25:58 +00:00
parent 4bc084275a
commit 2e77d05f24
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 4 additions and 11 deletions

View File

@ -58,20 +58,13 @@ controllers:
enabled: true
custom: true
spec:
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 3
initialDelaySeconds: 10
periodSeconds: 20
timeoutSeconds: 20
failureThreshold: 5
httpGet: *probesPath
liveness: *probes
resources:
limits:
memory: 1Gi
requests:
cpu: 100m
memory: 512Mi
persistence:
uploads:
enabled: true