Scrape authentik metrics
This commit is contained in:
parent
63e2fd5a52
commit
97f1eef2f8
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -14,3 +14,6 @@ scrape_configs:
|
|||
scheme: http
|
||||
static_configs:
|
||||
- targets: ["minio:9000"]
|
||||
- job_name: authentik
|
||||
static_configs:
|
||||
- targets: ["authentik-1:9300"]
|
||||
|
|
Loading…
Reference in a new issue