commit 27a0394b18ed785064883231b8b523e11b0bab9a parent cf376b3df9bd7f0c5f61073233f3bf9ba1dc68fd Author: MTRNord <MTRNord@users.noreply.github.com> Date: Fri, 10 Apr 2026 00:56:19 +0200 fix setup Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/jenkins/instance/jenkins-instance.yaml | | | 19 | +++++++++++++++---- |
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/apps/talos_cluster/jenkins/instance/jenkins-instance.yaml b/apps/talos_cluster/jenkins/instance/jenkins-instance.yaml @@ -29,12 +29,23 @@ spec: repositoryUrl: https://github.com/mtrnord/gitops.git # Backup and restore for build history backup: - enabled: true - destination: /backup + containerName: backup + action: + exec: + command: + - /home/user/bin/backup.sh interval: 30 + makeBackupBeforePodDeletion: true restore: - enabled: true - recoveryOnce: true + containerName: backup + action: + exec: + command: + - /home/user/bin/restore.sh + getLatestAction: + exec: + command: + - /home/user/bin/get-latest.sh # Service configuration service: type: ClusterIP