update misconfigs

This commit is contained in:
Remy Moll 2023-12-24 14:09:11 +01:00
parent 4cf26679c6
commit 28f33f8ff7
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,8 @@ spec:
matchLabels:
app: jellyfin-server
endpoints:
- port: 8096
- path: /metrics
targetPort: 8096
# this exposes metrics on port 8096 as enabled in the jellyfin config
# https://jellyfin.org/docs/general/networking/monitoring/

View File

@ -8,7 +8,6 @@ spec:
routes:
# block the metrics endpoint
- match: Host(`git.kluster.moll.re`) && !Path(`/metrics`)
- match: Host(`git.kluster.moll.re`)
kind: Rule
services:
- name: gitea-http