Scrape authentik metrics

This commit is contained in:
Ivan R. 2024-11-14 14:01:47 +05:00
parent 63e2fd5a52
commit 97f1eef2f8
Signed by: lumin
GPG key ID: E0937DC7CD6D3817
2 changed files with 5 additions and 0 deletions

View file

@ -43,6 +43,7 @@
- name: authentik-redis
- name: postgresql
- name: haproxy
- name: monitoring
user: root
volumes:
- authentik-media:/media
@ -93,6 +94,7 @@
networks:
- name: authentik
- name: haproxy
- name: monitoring
volumes:
- authentik-certs:/certs
- /etc/letsencrypt/live/comfycamp.space/fullchain.pem:/certs/comfycamp.space/fullchain.pem:ro

View file

@ -14,3 +14,6 @@ scrape_configs:
scheme: http
static_configs:
- targets: ["minio:9000"]
- job_name: authentik
static_configs:
- targets: ["authentik-1:9300"]