mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
20 lines
451 B
YAML
20 lines
451 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: argocd-repo-server
|
|
namespace: argocd
|
|
spec:
|
|
endpoints:
|
|
- port: http-metrics
|
|
interval: 30s
|
|
path: /metrics
|
|
honorLabels: false
|
|
namespaceSelector:
|
|
matchNames:
|
|
- argocd
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: argocd-repo-server-metrics
|
|
app.kubernetes.io/instance: argocd
|
|
app.kubernetes.io/component: repo-server
|