cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 40239e9382976ebe5457e7151acf61a739e16d05
parent 3f5038efd4bf11a7937476fe246192d53f71b9b5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 18 Oct 2024 11:18:18 +0200

Meow

Diffstat:
Mapps/base/k8up/release.yaml | 45---------------------------------------------
1 file changed, 0 insertions(+), 45 deletions(-)

diff --git a/apps/base/k8up/release.yaml b/apps/base/k8up/release.yaml @@ -81,48 +81,3 @@ spec: - name: storagebox-vol persistentVolumeClaim: claimName: storagebox-pvc ---- -apiVersion: k8up.io/v1 -kind: Schedule -metadata: - name: backup-storagebox-schedule-pg - namespace: postgres-cluster -spec: - resourceRequirementsTemplate: - requests: - memory: "64Mi" - cpu: "250m" - limits: {} - backend: - repoPasswordSecretRef: - name: backup-repo-pg - key: password - local: - mountPath: /mnt/storagebox/backups/k8s_2024/postgres-cluster - volumeMounts: - - name: storagebox-vol - mountPath: /mnt/storagebox - backup: - schedule: '@daily-random' - failedJobsHistoryLimit: 2 - successfulJobsHistoryLimit: 2 - resources: - requests: - memory: "64Mi" - cpu: "250m" - limits: {} - volumes: - - name: storagebox-vol - persistentVolumeClaim: - claimName: storagebox-pvc - prune: - schedule: '@daily-random' - retention: - keepDaily: 7 - keepWeekly: 4 - keepMonthly: 3 - keepYearly: 1 - volumes: - - name: storagebox-vol - persistentVolumeClaim: - claimName: storagebox-pvc