Merge pull request #193 from Crossbell-Box/feat-metrics

This commit is contained in:
DIYgod 2023-02-22 11:53:18 +00:00 committed by GitHub
commit ceb25905a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 0 deletions

View File

@ -22,6 +22,10 @@ data:
reverse_proxy 127.0.0.1:3000
}
:8080 {
metrics
}
:80, :443 {
tls jeff@rss3.io {
on_demand

View File

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

View File

@ -22,6 +22,10 @@ data:
reverse_proxy 127.0.0.1:3000
}
:8080 {
metrics
}
:80, :443 {
tls jeff@rss3.io {
on_demand

View File

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