feat: First version of KubeZero Timemachine backup solutions

This commit is contained in:
Stefan Reimer 2021-04-19 11:31:28 +02:00
parent 7152d3b542
commit f116db6916
3 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,17 @@
apiVersion: v2
name: kubezero-timemachine
description: KubeZero umbrella chart for all things backup
type: application
version: 0.1.0
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
- kubezero
- gemini
maintainers:
- name: Quarky9
dependencies:
- name: gemini
version: 0.0.6
repository: https://charts.fairwinds.com/stable
kubeVersion: ">= 1.18.0"

View File

@ -0,0 +1,33 @@
# kubezero-timemachine
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
KubeZero umbrella chart for all things backup
**Homepage:** <https://kubezero.com>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| Quarky9 | | |
## Requirements
Kubernetes: `>= 1.18.0`
| Repository | Name | Version |
|------------|------|---------|
| | gemini | 0.0.6 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| gemini.resources.limits.cpu | string | `"200m"` | |
| gemini.resources.limits.memory | string | `"256Mi"` | |
| gemini.resources.requests.cpu | string | `"50m"` | |
| gemini.resources.requests.memory | string | `"64Mi"` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

View File

@ -0,0 +1,13 @@
gemini:
#image:
# tag: "0.1.1"
# verbosity: 1
resources:
requests:
memory: 64Mi
cpu: 50m
limits:
memory: 256Mi
cpu: 200m