mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
dd59165b84
* Fix mdl issues * Add bats as testing framework * Fix #4 * Add GitHub codeowner file * Add Dependabot config * Add github workflow for testing * don't comment if yamllint is successful (fixes #2) * remove GITHUB_EVENT.json
16 lines
336 B
YAML
16 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
|