From 7495d011d7b0d6a9a7a3bf3d8e80943f5a50938a Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 4 Feb 2026 14:09:37 +0100 Subject: [PATCH] updated health-checks --- felhom-system/healthchecks.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/felhom-system/healthchecks.yaml b/felhom-system/healthchecks.yaml index 92a0eda..431b558 100644 --- a/felhom-system/healthchecks.yaml +++ b/felhom-system/healthchecks.yaml @@ -137,12 +137,18 @@ spec: httpGet: path: /api/v3/status/ port: 8000 + httpHeaders: + - name: Host + value: status.felhom.eu initialDelaySeconds: 30 periodSeconds: 60 readinessProbe: httpGet: path: /api/v3/status/ port: 8000 + httpHeaders: + - name: Host + value: status.felhom.eu initialDelaySeconds: 10 periodSeconds: 10 volumes: