8000 GitHub - simoncaron/velero-notifications: A notification controller for Velero backup/restore operations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

simoncaron/velero-notifications

 
 

Repository files navigation

Velero Notifications Controller

Latest workflow Latest release GitHub license Artifact Hub

Overview

This is a simple Kubernetes controller written in Ruby that sends Email/Slack/Webhook notifications when backups or restores are performed by Velero in a Kubernetes cluster.

Installation

Begin by adding and updating the grafana Helm chart repo:

helm repo add velero-notifications https://simoncaron.github.io/velero-notifications/
helm repo update

Next, install the chart:

helm install my-release velero-notifications/velero-notifications

Replace my-release with your desired release name.

Configuration

If you want to modify the default parameters, you can create a values.yaml file and pass it in to helm install:

helm install my-release velero-notifications/velero-notifications -f values.yaml

A list of configurable template parameters can be found in the Helm chart repository.

License

MIT License

About

A notification controller for Velero backup/restore operations

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Ruby 74.0%
  • Smarty 21.8%
  • Dockerfile 4.2%
0