ntfy-servicemonitor.yaml 291 B

12345678910111213141516171819
  1. apiVersion: monitoring.coreos.com/v1
  2. kind: ServiceMonitor
  3. metadata:
  4. labels:
  5. app: ntfy
  6. name: ntfy
  7. name: ntfy
  8. namespace: monitoring
  9. spec:
  10. endpoints:
  11. - port: http
  12. path: /metrics
  13. namespaceSelector:
  14. matchNames:
  15. - ntfy
  16. selector:
  17. matchLabels:
  18. app: ntfy