25 lines
622 B
YAML
25 lines
622 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: matrix-hookshot
|
|
labels:
|
|
app.kubernetes.io/instance: matrix-synapse
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/name: matrix-hookshot
|
|
helm.sh/chart: matrix-hookshot-4.5.0
|
|
namespace: matrix-synapse
|
|
spec:
|
|
jobLabel: "matrix-hookshot"
|
|
namespaceSelector:
|
|
matchNames:
|
|
- matrix-synapse
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/instance: matrix-hookshot
|
|
app.kubernetes.io/name: matrix-hookshot
|
|
endpoints:
|
|
- interval: 3m
|
|
path: /metrics
|
|
scrapeTimeout: 1m
|
|
targetPort: 9001
|