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 -