add source code and readme
This commit is contained in:
17
manifests/infrastructure/authentik/monitoring.yaml
Normal file
17
manifests/infrastructure/authentik/monitoring.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: authentik
|
||||
namespace: authentik-system
|
||||
labels:
|
||||
app.kubernetes.io/name: authentik
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: authentik
|
||||
app.kubernetes.io/component: server
|
||||
endpoints:
|
||||
- port: metrics
|
||||
interval: 30s
|
||||
path: /metrics
|
||||
Reference in New Issue
Block a user