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