maintenance(soteria): fix prometheus scrape port to 8080
This commit is contained in:
parent
51e35b8643
commit
d642deb4f4
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user