update misconfigs
This commit is contained in:
parent
4cf26679c6
commit
28f33f8ff7
@ -7,7 +7,8 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
app: jellyfin-server
|
app: jellyfin-server
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: 8096
|
- path: /metrics
|
||||||
|
targetPort: 8096
|
||||||
|
|
||||||
# this exposes metrics on port 8096 as enabled in the jellyfin config
|
# this exposes metrics on port 8096 as enabled in the jellyfin config
|
||||||
# https://jellyfin.org/docs/general/networking/monitoring/
|
# https://jellyfin.org/docs/general/networking/monitoring/
|
||||||
|
@ -8,7 +8,6 @@ spec:
|
|||||||
routes:
|
routes:
|
||||||
# block the metrics endpoint
|
# block the metrics endpoint
|
||||||
- match: Host(`git.kluster.moll.re`) && !Path(`/metrics`)
|
- match: Host(`git.kluster.moll.re`) && !Path(`/metrics`)
|
||||||
- match: Host(`git.kluster.moll.re`)
|
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: gitea-http
|
- name: gitea-http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user