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

@@ -42,7 +42,7 @@ spec:
app: messageboard-web
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: "8080"
prometheus.io/path: "/metrics/prometheus"