Files
infrastructure/clusters/cl01tl/manifests/postiz/ServiceMonitor-redis-replication-postiz.yml

22 lines
516 B
YAML

---
# Source: postiz/templates/service-monitor.yaml
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: redis-replication-postiz
namespace: postiz
labels:
app.kubernetes.io/name: redis-replication-postiz
app.kubernetes.io/instance: postiz
app.kubernetes.io/part-of: postiz
redis-operator: "true"
env: production
spec:
selector:
matchLabels:
redis_setup_type: replication
endpoints:
- port: redis-exporter
interval: 30s
scrapeTimeout: 10s