feat: First version of KubeZero Timemachine backup solutions
This commit is contained in:
parent
31a3848172
commit
b9c341a55b
17
charts/kubezero-timemachine/Chart.yaml
Normal file
17
charts/kubezero-timemachine/Chart.yaml
Normal 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"
|
33
charts/kubezero-timemachine/README.md
Normal file
33
charts/kubezero-timemachine/README.md
Normal 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)
|
13
charts/kubezero-timemachine/values.yaml
Normal file
13
charts/kubezero-timemachine/values.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
gemini:
|
||||||
|
#image:
|
||||||
|
# tag: "0.1.1"
|
||||||
|
|
||||||
|
# verbosity: 1
|
||||||
|
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 64Mi
|
||||||
|
cpu: 50m
|
||||||
|
limits:
|
||||||
|
memory: 256Mi
|
||||||
|
cpu: 200m
|
Loading…
Reference in New Issue
Block a user