mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
17 lines
336 B
YAML
17 lines
336 B
YAML
|
---
|
||
|
apiVersion: monitoring.coreos.com/v1
|
||
|
kind: ServiceMonitor
|
||
|
metadata:
|
||
|
name: karma
|
||
|
namespace: monitoring
|
||
|
spec:
|
||
|
jobLabel: karma
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app.kubernetes.io/instance: karma
|
||
|
namespaceSelector:
|
||
|
matchNames:
|
||
|
- monitoring
|
||
|
endpoints:
|
||
|
- path: /alerts/metrics
|