livenessProbe:

enabled: true
    execCommand:
      - /bin/sh
      - -c
      - bao status
This commit is contained in:
miwr 2025-03-24 13:12:46 +01:00
parent d41a27305e
commit f39c8c979b

View file

@ -30,6 +30,10 @@ server:
livenessProbe:
enabled: true
execCommand:
- /bin/sh
- -c
- bao status
postStart:
- sh