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