12 lines
223 B
YAML
12 lines
223 B
YAML
kind: Deployment
|
|
metadata:
|
|
name: alertmanager-webhook
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: alertmanager-webhook
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: alertmanager-webhook
|
|
resources: {} |