Compare commits
2 Commits
ac0f665323
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b842738a0e | |||
|
|
f0cb7a5e81 |
@@ -42,7 +42,7 @@ spec:
|
|||||||
app: messageboard-web
|
app: messageboard-web
|
||||||
annotations:
|
annotations:
|
||||||
fc.flowercore.io/healthz-anon: "true"
|
fc.flowercore.io/healthz-anon: "true"
|
||||||
fc.flowercore.io/probe-path: "/healthz"
|
fc.flowercore.io/probe-path: "/health"
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
prometheus.io/port: "8080"
|
prometheus.io/port: "8080"
|
||||||
prometheus.io/path: "/metrics/prometheus"
|
prometheus.io/path: "/metrics/prometheus"
|
||||||
|
|||||||
@@ -525,7 +525,7 @@ spec:
|
|||||||
app.kubernetes.io/part-of: flowercore
|
app.kubernetes.io/part-of: flowercore
|
||||||
annotations:
|
annotations:
|
||||||
fc.flowercore.io/healthz-anon: "true"
|
fc.flowercore.io/healthz-anon: "true"
|
||||||
fc.flowercore.io/probe-path: "/healthz"
|
fc.flowercore.io/probe-path: "/health"
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
prometheus.io/port: "5217"
|
prometheus.io/port: "5217"
|
||||||
prometheus.io/path: "/metrics"
|
prometheus.io/path: "/metrics"
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
fc.flowercore.io/healthz-anon: "true"
|
fc.flowercore.io/healthz-anon: "true"
|
||||||
fc.flowercore.io/probe-path: "/healthz"
|
fc.flowercore.io/probe-path: "/"
|
||||||
labels:
|
labels:
|
||||||
app: updatecenter-web
|
app: updatecenter-web
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
@@ -87,10 +87,10 @@ public sealed class FleetManifestLintTests
|
|||||||
["fc-devicemgmt"] = ("fc-devicemgmt-web", "/healthz"),
|
["fc-devicemgmt"] = ("fc-devicemgmt-web", "/healthz"),
|
||||||
["fc-library"] = ("library-web", "/health"),
|
["fc-library"] = ("library-web", "/health"),
|
||||||
["fc-llm-bridge"] = ("fc-llm-bridge", "/healthz"),
|
["fc-llm-bridge"] = ("fc-llm-bridge", "/healthz"),
|
||||||
["fc-messageboard"] = ("messageboard-web", "/healthz"),
|
["fc-messageboard"] = ("messageboard-web", "/health"),
|
||||||
["fc-retail"] = ("retail-web", "/healthz"),
|
["fc-retail"] = ("retail-web", "/healthz"),
|
||||||
["fc-ttsreader"] = ("ttsreader-web", "/healthz"),
|
["fc-ttsreader"] = ("ttsreader-web", "/health"),
|
||||||
["fc-updater"] = ("updatecenter-web", "/healthz"),
|
["fc-updater"] = ("updatecenter-web", "/"),
|
||||||
["knowledge"] = ("knowledge-web", "/healthz"),
|
["knowledge"] = ("knowledge-web", "/healthz"),
|
||||||
["telephony"] = ("telephony-web", "/health"),
|
["telephony"] = ("telephony-web", "/health"),
|
||||||
["worldbuilder"] = ("worldbuilder-web", "/healthz"),
|
["worldbuilder"] = ("worldbuilder-web", "/healthz"),
|
||||||
|
|||||||
Reference in New Issue
Block a user