Files
infrastructure/clusters/cl01tl/monitoring/s3-exporter/templates/scrape-config.yaml
Alex Lebens 37707c4d8a
All checks were successful
renovate / renovate (push) Successful in 1m22s
lint-test-helm / helm-lint (push) Successful in 9s
adjust
2025-07-09 19:51:20 -05:00

17 lines
453 B
YAML

apiVersion: monitoring.coreos.com/v1alpha1
kind: ScrapeConfig
metadata:
name: s3-do-home-infra
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: s3-do-home-infra
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
metricsPath: /probe
scrapeInterval: 120s
scrapeTimeout: 120s
httpSDConfigs:
- url: http://127.0.0.1:9340/discovery
refreshInterval: 15s