added period back to readiness probe
This commit is contained in:
parent
a07cf7b117
commit
025c5ded72
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6379
|
- containerPort: 6379
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
periodSeconds: 5
|
||||||
exec:
|
exec:
|
||||||
command: ['/bin/sh', '-c', 'redis-cli -h $(hostname) ping']
|
command: ['/bin/sh', '-c', 'redis-cli -h $(hostname) ping']
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue