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 enabled: true
custom: true custom: true
spec: spec:
initialDelaySeconds: 5 initialDelaySeconds: 10
periodSeconds: 10 periodSeconds: 20
timeoutSeconds: 10 timeoutSeconds: 20
failureThreshold: 3 failureThreshold: 5
httpGet: *probesPath httpGet: *probesPath
liveness: *probes liveness: *probes
resources:
limits:
memory: 1Gi
requests:
cpu: 100m
memory: 512Mi
persistence: persistence:
uploads: uploads:
enabled: true enabled: true