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

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