add healthcheck interval option

This commit is contained in:
acidtib
2023-05-10 20:27:21 -06:00
parent 0defcbb640
commit 9a31c20321
2 changed files with 9 additions and 1 deletions

View File

@@ -703,6 +703,7 @@ healthcheck:
path: /healthz
port: 4000
max_attempts: 7
interval: 20s
```
This will ensure your application is configured with a traefik label for the healthcheck against `/healthz` and that the pre-deploy healthcheck that MRSK performs is done against the same path on port 4000.