From d642deb4f4c5c103c79d93ff351fdc7547b76905 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 12 Apr 2026 22:36:51 -0300 Subject: [PATCH] maintenance(soteria): fix prometheus scrape port to 8080 --- services/maintenance/soteria-service.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/maintenance/soteria-service.yaml b/services/maintenance/soteria-service.yaml index 6aef612e..bdaa5dc2 100644 --- a/services/maintenance/soteria-service.yaml +++ b/services/maintenance/soteria-service.yaml @@ -8,7 +8,7 @@ metadata: app: soteria annotations: prometheus.io/scrape: "true" - prometheus.io/port: "80" + prometheus.io/port: "8080" prometheus.io/path: "/metrics" spec: type: ClusterIP @@ -18,4 +18,3 @@ spec: - name: http port: 80 targetPort: http -