add volsync
This commit is contained in:
22
clusters/cl01tl/storage/volsync/Chart.yaml
Normal file
22
clusters/cl01tl/storage/volsync/Chart.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: volsync
|
||||||
|
version: 1.0.0
|
||||||
|
description: Volsync
|
||||||
|
keywords:
|
||||||
|
- volsync
|
||||||
|
- backup
|
||||||
|
- storage
|
||||||
|
- s3
|
||||||
|
- kubernetes
|
||||||
|
home: https://wiki.alexlebens.dev/doc/volsync-iusm70xWOf
|
||||||
|
sources:
|
||||||
|
- https://github.com/backube/volsync
|
||||||
|
- https://github.com/backube/volsync/tree/main/helm/volsync
|
||||||
|
maintainers:
|
||||||
|
- name: alexlebens
|
||||||
|
dependencies:
|
||||||
|
- name: volsync
|
||||||
|
version: 0.9.1
|
||||||
|
repository: https://backube.github.io/helm-charts/
|
||||||
|
icon: https://raw.githubusercontent.com/backube/volsync/main/docs/media/volsync.svg?sanitize=true
|
||||||
|
appVersion: "0.9.1"
|
18
clusters/cl01tl/storage/volsync/values.yaml
Normal file
18
clusters/cl01tl/storage/volsync/values.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
volsync:
|
||||||
|
replicaCount: 3
|
||||||
|
manageCRDs: true
|
||||||
|
metrics:
|
||||||
|
disableAuth: true
|
||||||
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
readOnlyRootFilesystem: true
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 2000m
|
||||||
|
memory: 2Gi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 128Mi
|
Reference in New Issue
Block a user