feat(metrics): add basic prometheus metrics, cluster scraping

This commit is contained in:
2025-10-30 14:31:09 +01:00
parent e0c18912f3
commit 7f8dd2e846

View File

@@ -8,10 +8,12 @@ spec:
selector:
matchLabels:
app: {{ .Values.app.name }}
endpoint: metrics
template:
metadata:
labels:
app: {{ .Values.app.name }}
endpoint: metrics
spec:
containers:
- name: {{ .Values.app.name }}