fix(helm): remove resources from default release (user should set them), and increase timeout threshold
This commit is contained in:
parent
1b80b2e8f2
commit
7f1fd2e824
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue