This example shows how to deploy a customized Alertmanager Configuration. It customizes Fury distribution Alertmanager to deploy with no DeadManSwitch and sends all alerts to slack only. This example is meant to illustrate how to attach a new configuration to alertmanager
-
Run furyctl to get packages:
furyctl install
-
You can modify
alertmanager.yaml
file to change slack url with your own (WebHook integration needed in your slack) and channel to send the alert to. To see all fields you can modify please refer to documentation -
Run
make build
to see output of kustomize with your modifications. -
Once you're satisfied with generated output run
make deploy
to deploy it on cluster.