Merge remote-tracking branch 'origin/master' into wizard/gpu-vram-budget

This commit is contained in:
Viktor Barzin 2026-07-02 05:18:34 +00:00
commit 968b2b9c64
17 changed files with 1989 additions and 2268 deletions

View file

@ -336,13 +336,9 @@ resource "kubernetes_service" "portal_stt" {
name = "portal-stt"
namespace = kubernetes_namespace.portal_stt.metadata[0].name
labels = local.labels
annotations = {
# Speaches exposes Prometheus metrics at /metrics wire annotation-based
# scrape (Ready-endpoint relabeling already filters non-Ready pods).
"prometheus.io/scrape" = "true"
"prometheus.io/path" = "/metrics"
"prometheus.io/port" = "8000"
}
# No scrape annotations: the deployed Speaches build 404s /metrics, so the
# annotation-based scrape only produced a permanently firing
# ScrapeTargetDown. Re-add when the app actually serves Prometheus metrics.
}
spec {
type = "ClusterIP"