Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 787 Bytes

File metadata and controls

32 lines (20 loc) · 787 Bytes

Webhook

Robusta can report issues and events in your Kubernetes cluster to a webhook.

Add this to your generated_values.yaml

sinksConfig:
- webhook_sink:
    name: webhook_sink
    url: "https://my-webhook-service.com/robusta-alerts"

Save the file and run

 helm upgrade robusta robusta/robusta --values=generated_values.yaml

Note

To secure your webhook URL using Kubernetes Secrets, see :ref:`Managing Secrets`.

Example Output:

This example is sending Robusta notifications to ntfy.sh, push notification service

/images/deployment-babysitter-webhook.png