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: authentik-redis
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
- name: haproxy
|
- name: haproxy
|
||||||
|
- name: monitoring
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- authentik-media:/media
|
- authentik-media:/media
|
||||||
|
@ -93,6 +94,7 @@
|
||||||
networks:
|
networks:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
- name: haproxy
|
- name: haproxy
|
||||||
|
- name: monitoring
|
||||||
volumes:
|
volumes:
|
||||||
- authentik-certs:/certs
|
- authentik-certs:/certs
|
||||||
- /etc/letsencrypt/live/comfycamp.space/fullchain.pem:/certs/comfycamp.space/fullchain.pem:ro
|
- /etc/letsencrypt/live/comfycamp.space/fullchain.pem:/certs/comfycamp.space/fullchain.pem:ro
|
||||||
|
|
|
@ -14,3 +14,6 @@ scrape_configs:
|
||||||
scheme: http
|
scheme: http
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ["minio:9000"]
|
- targets: ["minio:9000"]
|
||||||
|
- job_name: authentik
|
||||||
|
static_configs:
|
||||||
|
- targets: ["authentik-1:9300"]
|
||||||
|
|
Loading…
Reference in a new issue