Automated Manifest Update (#4132)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #4132 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4132.
This commit is contained in:
@@ -73,7 +73,7 @@ spec:
|
|||||||
value: /audiobooks
|
value: /audiobooks
|
||||||
- name: FILE_ORGANIZATION_AUDIOBOOK
|
- name: FILE_ORGANIZATION_AUDIOBOOK
|
||||||
value: organize
|
value: organize
|
||||||
- name: TEMPLATE_AUDIOBOOK_RENAME
|
- name: TEMPLATE_AUDIOBOOK_ORGANIZE
|
||||||
value: '{Author}/{Title}'
|
value: '{Author}/{Title}'
|
||||||
- name: HARDLINK_TORRENTS_AUDIOBOOK
|
- name: HARDLINK_TORRENTS_AUDIOBOOK
|
||||||
value: "true"
|
value: "true"
|
||||||
@@ -111,10 +111,9 @@ spec:
|
|||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- CMD
|
- /bin/sh
|
||||||
- curl
|
- -c
|
||||||
- -sf
|
- curl -sf http://localhost:8084/api/health
|
||||||
- http://localhost:8084/api/health
|
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user