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