add metric token
All checks were successful
renovate / renovate (push) Successful in 4m4s

This commit is contained in:
2025-06-08 13:22:08 -05:00
parent 6390727ccf
commit 96b23b685c
3 changed files with 35 additions and 4 deletions

View File

@@ -8,12 +8,15 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
selector:
matchLabels:
app.kubernetes.io/name: directus
app.kubernetes.io/instance: {{ .Release.Name }}
endpoints:
- port: http
interval: 30s
scrapeTimeout: 15s
path: /metrics
selector:
matchLabels:
app.kubernetes.io/name: directus
app.kubernetes.io/instance: {{ .Release.Name }}
bearerTokenSecret:
name: directus-metric-token
key: metric-token