maintenance(soteria): fix prometheus scrape port to 8080

This commit is contained in:
Brad Stein 2026-04-12 22:36:51 -03:00
parent 51e35b8643
commit d642deb4f4

View File

@ -8,7 +8,7 @@ metadata:
app: soteria app: soteria
annotations: annotations:
prometheus.io/scrape: "true" prometheus.io/scrape: "true"
prometheus.io/port: "80" prometheus.io/port: "8080"
prometheus.io/path: "/metrics" prometheus.io/path: "/metrics"
spec: spec:
type: ClusterIP type: ClusterIP
@ -18,4 +18,3 @@ spec:
- name: http - name: http
port: 80 port: 80
targetPort: http targetPort: http