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