backend/src/main/resources/config.yml
2026-02-14 20:14:23 +01:00

42 lines
914 B
YAML

groups:
backends:
displayName: Backends
checks:
backend:
displayName: Backend
request:
method: GET
target:
schema: https
host: tavolio.de
path: api/q/health
interval: 60
assortment-backend:
displayName: Assortment Backend
request:
method: GET
target:
schema: https
host: tavolio.de
path: api/assortment-backend/q/health
interval: 60
frontends:
displayName: Frontends
checks:
public:
displayName: Public
request:
method: GET
target:
schema: https
host: tavolio.de
interval: 60
account:
displayName: Account
request:
method: GET
target:
schema: https
host: tavolio.de
path: account
interval: 60