From 2e77d05f24b3a274e70a53b5561b32625f6f9b96 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Wed, 25 Jun 2025 21:25:58 +0000 Subject: [PATCH] fix(helm): remove resources from default release (user should set them), and increase timeout threshold --- charts/readur/templates/release.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/charts/readur/templates/release.yaml b/charts/readur/templates/release.yaml index c722a64..1a1d253 100644 --- a/charts/readur/templates/release.yaml +++ b/charts/readur/templates/release.yaml @@ -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