migrate
This commit is contained in:
6
clusters/cl01tl/helm/volsync/Chart.lock
Normal file
6
clusters/cl01tl/helm/volsync/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: volsync
|
||||
repository: https://backube.github.io/helm-charts/
|
||||
version: 0.14.0
|
||||
digest: sha256:995d6be6f3c5ea5a9738ae4d0212a48a8e21ace3aa979e86f24b4bf01dc6e724
|
||||
generated: "2025-12-01T20:27:57.212782-06:00"
|
||||
22
clusters/cl01tl/helm/volsync/Chart.yaml
Normal file
22
clusters/cl01tl/helm/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/s/6858726b-5219-46ee-b9b7-6e1f6c125f6b
|
||||
sources:
|
||||
- https://github.com/backube/volsync
|
||||
- https://github.com/backube/volsync/tree/main/helm/volsync
|
||||
maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
- name: volsync
|
||||
version: 0.14.0
|
||||
repository: https://backube.github.io/helm-charts/
|
||||
icon: https://raw.githubusercontent.com/backube/volsync/main/docs/media/volsync.svg?sanitize=true
|
||||
appVersion: 0.12.1
|
||||
15
clusters/cl01tl/helm/volsync/values.yaml
Normal file
15
clusters/cl01tl/helm/volsync/values.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
volsync:
|
||||
replicaCount: 3
|
||||
manageCRDs: true
|
||||
metrics:
|
||||
disableAuth: true
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
readOnlyRootFilesystem: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
Reference in New Issue
Block a user