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
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