fix(hardening): align probe-path annotations with live health routes

This commit is contained in:
Andrew Stoltz
2026-06-04 22:01:04 -05:00
parent ac0f665323
commit f0cb7a5e81
4 changed files with 6 additions and 6 deletions

View File

@@ -525,7 +525,7 @@ spec:
app.kubernetes.io/part-of: flowercore
annotations:
fc.flowercore.io/healthz-anon: "true"
fc.flowercore.io/probe-path: "/healthz"
fc.flowercore.io/probe-path: "/health"
prometheus.io/scrape: "true"
prometheus.io/port: "5217"
prometheus.io/path: "/metrics"