chore: prom metrics
This commit is contained in:
parent
d0d42619ea
commit
80dbb7b304
|
|
@ -22,6 +22,10 @@ data:
|
|||
reverse_proxy 127.0.0.1:3000
|
||||
}
|
||||
|
||||
:8080 {
|
||||
metrics
|
||||
}
|
||||
|
||||
:80, :443 {
|
||||
tls jeff@rss3.io {
|
||||
on_demand
|
||||
|
|
|
|||
|
|
@ -13,6 +13,10 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: xlog
|
||||
annotations:
|
||||
prometheus.io/path: /metrics
|
||||
prometheus.io/port: "8080"
|
||||
prometheus.io/scrape: "true"
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@ data:
|
|||
reverse_proxy 127.0.0.1:3000
|
||||
}
|
||||
|
||||
:8080 {
|
||||
metrics
|
||||
}
|
||||
|
||||
:80, :443 {
|
||||
tls jeff@rss3.io {
|
||||
on_demand
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: xlog
|
||||
annotations:
|
||||
prometheus.io/path: /metrics
|
||||
prometheus.io/port: "8080"
|
||||
prometheus.io/scrape: "true"
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
|
|
|
|||
Loading…
Reference in New Issue