feat: add enable, disable logs

This commit is contained in:
Jonas Kaninda
2024-11-12 13:11:38 +01:00
parent a99c40940e
commit 542bd017c3
3 changed files with 13 additions and 8 deletions

View File

@@ -90,8 +90,8 @@ gateway:
# Route healthcheck
healthCheck:
path: /health/live
interval: 30
timeout: 10
interval: 30s
timeout: 10s
healthyStatuses:
- 200
- 404