Skip to content

Commit

Permalink
chore: kubernetes deployment health notification example
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Aug 30, 2024
1 parent 4335977 commit 02c8984
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Kubernetes Deployment Health
---

```yaml title="kubernetes-deployment-health.yaml"
apiVersion: mission-control.flanksource.com/v1
kind: Notification
metadata:
name: deployment-health-alerts
spec:
events:
- config.unhealthy
- config.warning
filter: config.type == 'Kubernetes::Deployment'
to:
connection: connection://mission-control/slack
```

0 comments on commit 02c8984

Please sign in to comment.