mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Bump default timoutes for redis health checks
This sets the initialDelaySeconds value to 40 and the periodSeconds value to 10 so that larger redis instances work out of the box.
This commit is contained in:
parent
0e7833902b
commit
60f6306362
4 changed files with 22 additions and 3 deletions
|
|
@ -126,8 +126,12 @@ redis:
|
|||
cpu: 1000m
|
||||
memory: 2048Mi
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 40
|
||||
periodSeconds: 10
|
||||
failureThreshold: 10
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 40
|
||||
periodSeconds: 10
|
||||
failureThreshold: 10
|
||||
metrics:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue