VictorOpsΒΆ
Robusta can report issues and events in your Kubernetes cluster to the VictorOps alerts API.
To configure VictorOps, a VictorOps REST endpoint (url) is needed.
Consult the VictorOps REST endpoint integration guide.
Configuring the VictorOps sinkΒΆ
Add this to your generated_values.yaml
sinksConfig:
- victorops_sink:
name: main_victorops_sink
url: <REST endpoint> # e.g. https://alert.victorops.com/integrations/generic/20131114/alert/4a6a87eb-fca9-4117-931a-c842277ea90a/$routing_key
Save the file and run
helm upgrade robusta robusta/robusta --values=generated_values.yaml
Example Output: