livenessProbe:
enabled: true execCommand: - /bin/sh - -c - bao status
This commit is contained in:
parent
d41a27305e
commit
f39c8c979b
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ server:
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
execCommand:
|
||||||
|
- /bin/sh
|
||||||
|
- -c
|
||||||
|
- bao status
|
||||||
|
|
||||||
postStart:
|
postStart:
|
||||||
- sh
|
- sh
|
||||||
|
|
Loading…
Reference in a new issue