From 51512193c9da25811a8c8192ec08416998134f10 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 14 Dec 2024 13:58:53 -0600 Subject: [PATCH] disable volsync --- clusters/cl01tl/storage/volsync/Chart.yaml | 22 --------------------- clusters/cl01tl/storage/volsync/values.yaml | 18 ----------------- 2 files changed, 40 deletions(-) delete mode 100644 clusters/cl01tl/storage/volsync/Chart.yaml delete mode 100644 clusters/cl01tl/storage/volsync/values.yaml diff --git a/clusters/cl01tl/storage/volsync/Chart.yaml b/clusters/cl01tl/storage/volsync/Chart.yaml deleted file mode 100644 index f6ff63e86..000000000 --- a/clusters/cl01tl/storage/volsync/Chart.yaml +++ /dev/null @@ -1,22 +0,0 @@ -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.11.0 - repository: https://backube.github.io/helm-charts/ -icon: https://raw.githubusercontent.com/backube/volsync/main/docs/media/volsync.svg?sanitize=true -appVersion: 0.11.1 diff --git a/clusters/cl01tl/storage/volsync/values.yaml b/clusters/cl01tl/storage/volsync/values.yaml deleted file mode 100644 index a2423959c..000000000 --- a/clusters/cl01tl/storage/volsync/values.yaml +++ /dev/null @@ -1,18 +0,0 @@ -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