From 15d6ef7eb8b10c0a5ad7b10446e603abdc8ed520 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 5 Feb 2024 18:00:25 +0100 Subject: [PATCH] apps(minecraft): Add backup configuration --- apps/minecraft/app/release.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/minecraft/app/release.yaml b/apps/minecraft/app/release.yaml index 8002cd8..531eb78 100644 --- a/apps/minecraft/app/release.yaml +++ b/apps/minecraft/app/release.yaml @@ -78,3 +78,12 @@ spec: - simple-voice-chat - debugify + mcbackup: + enabled: true + pruneBackupDays: 2 + persistence: + storage-class: ebs-hdd + backupDir: + enabled: true + +