kubezero/charts/kubezero-timemachine/charts/gemini
Stefan Reimer c15f5cbcda feat: Map gemini controller to controller nodes, fix ebs storageclass, integrate timemachine into kubezero 2021-04-19 12:46:42 +02:00
..
ci feat: Map gemini controller to controller nodes, fix ebs storageclass, integrate timemachine into kubezero 2021-04-19 12:46:42 +02:00
templates feat: Map gemini controller to controller nodes, fix ebs storageclass, integrate timemachine into kubezero 2021-04-19 12:46:42 +02:00
Chart.yaml feat: Map gemini controller to controller nodes, fix ebs storageclass, integrate timemachine into kubezero 2021-04-19 12:46:42 +02:00
README.md feat: Map gemini controller to controller nodes, fix ebs storageclass, integrate timemachine into kubezero 2021-04-19 12:46:42 +02:00
README.md.gotmpl feat: Map gemini controller to controller nodes, fix ebs storageclass, integrate timemachine into kubezero 2021-04-19 12:46:42 +02:00
logo.png feat: Map gemini controller to controller nodes, fix ebs storageclass, integrate timemachine into kubezero 2021-04-19 12:46:42 +02:00
values.yaml feat: Map gemini controller to controller nodes, fix ebs storageclass, integrate timemachine into kubezero 2021-04-19 12:46:42 +02:00

README.md

Gemini

Intro

This is a Helm chart for the Fairwinds Gemini project. It provides a Kubernetes CRD and operator for managing VolumeSnapshots, allowing you to back up your PersistentVolumes on a regular schedule, retire old backups, and restore backups with minimal downtime.

See the Gemini README for more information.

Installation

helm repo add fairwinds-stable https://charts.fairwinds.com/stable
helm install gemini fairwinds-stable/gemini --namespace gemini

Requirements

Your cluster must support the VolumeSnapshot API

Values

Key Type Default Description
image.pullPolicy string "Always" imagePullPolicy - Highly recommended to leave this as Always
image.repository string "quay.io/fairwinds/gemini" Repository for the gemini image
image.tag string "0.1" The gemini image tag to use
rbac.create bool true If true, create a new ServiceAccount and attach permissions
rbac.serviceAccountName string nil
verbosity int 5 How verbose the controller logs should be
resources object {"limits":{"cpu":"200m","memory":"512Mi"},"requests":{"cpu":"25m","memory":"64Mi"}} The resources block for the controller pods