feat: add authentik scrape configs to prometheus

This commit is contained in:
cătălin 2024-03-02 15:45:21 +01:00
commit 41e656e19d
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -69,7 +69,7 @@ spec:
service:
type: LoadBalancer
serviceMonitor:
enabled: true
enabled: false
ingress:
enabled: true
ingressClassName: traefik

View file

@ -94,6 +94,10 @@ spec:
- job_name: 'miniflux'
static_configs:
- targets: ["miniflux-service.apps-roboces:8888"]
- job_name: 'authentik'
static_configs:
- targets: ["authentik-server-metrics.apps-fuku:9300"]
alertmanager:
persistence:
enabled: true