From 7da4e8740dabb8009e3725deafef542d0b105d41 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 20 Feb 2026 21:35:20 +0000 Subject: [PATCH] Automated Manifest Update (#4132) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4132 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../cl01tl/manifests/shelfmark/Deployment-shelfmark.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/manifests/shelfmark/Deployment-shelfmark.yaml b/clusters/cl01tl/manifests/shelfmark/Deployment-shelfmark.yaml index abbd5e8fb..57b5f9447 100644 --- a/clusters/cl01tl/manifests/shelfmark/Deployment-shelfmark.yaml +++ b/clusters/cl01tl/manifests/shelfmark/Deployment-shelfmark.yaml @@ -73,7 +73,7 @@ spec: value: /audiobooks - name: FILE_ORGANIZATION_AUDIOBOOK value: organize - - name: TEMPLATE_AUDIOBOOK_RENAME + - name: TEMPLATE_AUDIOBOOK_ORGANIZE value: '{Author}/{Title}' - name: HARDLINK_TORRENTS_AUDIOBOOK value: "true" @@ -111,10 +111,9 @@ spec: livenessProbe: exec: command: - - CMD - - curl - - -sf - - http://localhost:8084/api/health + - /bin/sh + - -c + - curl -sf http://localhost:8084/api/health failureThreshold: 5 initialDelaySeconds: 60 periodSeconds: 30