cluster

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

commit 2254eed8148624995ceb3b869452fe650d63a01d
parent 5a9f4ddeb05c2f0ac28d76f5b6a11a663b226e25
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 17 Oct 2024 12:46:36 +0200

Fixup syntax

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

diff --git a/apps/base/k8up/release.yaml b/apps/base/k8up/release.yaml @@ -64,6 +64,10 @@ spec: memory: "64Mi" cpu: "250m" limits: {} + volumes: + - name: storagebox-vol + persistentVolumeClaim: + claimName: storagebox-pvc prune: schedule: '@daily-random' retention: @@ -71,7 +75,7 @@ spec: keepWeekly: 4 keepMonthly: 3 keepYearly: 1 - volumes: - - name: storagebox-vol - persistentVolumeClaim: - claimName: storagebox-pvc + volumes: + - name: storagebox-vol + persistentVolumeClaim: + claimName: storagebox-pvc