cleaned readiness probe
This commit is contained in:
parent
8d269f3736
commit
a07cf7b117
1 changed files with 1 additions and 4 deletions
|
@ -32,10 +32,7 @@ spec:
|
|||
- containerPort: 6379
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- "redis-cli -h $(hostname) ping"
|
||||
command: ['/bin/sh', '-c', 'redis-cli -h $(hostname) ping']
|
||||
livenessProbe:
|
||||
periodSeconds: 5
|
||||
tcpSocket:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue