This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2550 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
23 lines
598 B
YAML
23 lines
598 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: redis-replication-blocky
|
|
namespace: blocky
|
|
labels:
|
|
helm.sh/chart: redis-replication-0.4.0
|
|
app.kubernetes.io/version: "0.4.0"
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/name: redis-replication-blocky
|
|
app.kubernetes.io/instance: blocky
|
|
app.kubernetes.io/part-of: blocky
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: redis-replication-blocky
|
|
redis_setup_type: replication
|
|
role: replication
|
|
endpoints:
|
|
- port: redis-exporter
|
|
interval: 30s
|
|
scrapeTimeout: 10s
|