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:
|
||||
- containerPort: 6379
|
||||
readinessProbe:
|
||||
periodSeconds: 5
|
||||
exec:
|
||||
command: ['/bin/sh', '-c', 'redis-cli -h $(hostname) ping']
|
||||
livenessProbe:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue