From 583d276302d3a1153a388ee57bfd64714c7f5e05 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 2 Jul 2024 17:45:05 -0500 Subject: [PATCH] add volsync --- clusters/cl01tl/storage/volsync/Chart.yaml | 22 +++++++++++++++++++++ clusters/cl01tl/storage/volsync/values.yaml | 18 +++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 clusters/cl01tl/storage/volsync/Chart.yaml create mode 100644 clusters/cl01tl/storage/volsync/values.yaml diff --git a/clusters/cl01tl/storage/volsync/Chart.yaml b/clusters/cl01tl/storage/volsync/Chart.yaml new file mode 100644 index 000000000..2ba016d81 --- /dev/null +++ b/clusters/cl01tl/storage/volsync/Chart.yaml @@ -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" diff --git a/clusters/cl01tl/storage/volsync/values.yaml b/clusters/cl01tl/storage/volsync/values.yaml new file mode 100644 index 000000000..a2423959c --- /dev/null +++ b/clusters/cl01tl/storage/volsync/values.yaml @@ -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