From 6460102cffb54e7f29431917ee13c54c06516e75 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Thu, 15 Jan 2026 23:24:46 +0000 Subject: [PATCH] Automated Manifest Update (#3220) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3220 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../manifests/qbittorrent/ConfigMap-qbit-manage-config.yaml | 2 ++ clusters/cl01tl/manifests/shelfmark/HTTPRoute-shelfmark.yaml | 2 +- clusters/cl01tl/manifests/shelfmark/Service-shelfmark.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/manifests/qbittorrent/ConfigMap-qbit-manage-config.yaml b/clusters/cl01tl/manifests/qbittorrent/ConfigMap-qbit-manage-config.yaml index adf980ff6..bb88b323c 100644 --- a/clusters/cl01tl/manifests/qbittorrent/ConfigMap-qbit-manage-config.yaml +++ b/clusters/cl01tl/manifests/qbittorrent/ConfigMap-qbit-manage-config.yaml @@ -65,6 +65,8 @@ data: sonarr: /mnt/store/Torrent/FINISHED/SONARR sonarr-4k: /mnt/store/Torrent/FINISHED/SONARR4K sonarr-anime: /mnt/store/Torrent/FINISHED/SONARRANIME + shelfmark-books: /mnt/store/Torrent/FINISHED/SHELFMARKBOOKS + shelfmark-audiobooks: /mnt/store/Torrent/FINISHED/SHELFMARKAUDIOBOOKS -< ZIM: /mnt/store/Kiwix -< SAVE: /mnt/store/Torrent/FINISHED/SAVE -< IMPORT: /mnt/store/Torrent/FINISHED/IMPORT diff --git a/clusters/cl01tl/manifests/shelfmark/HTTPRoute-shelfmark.yaml b/clusters/cl01tl/manifests/shelfmark/HTTPRoute-shelfmark.yaml index ae3c6a2d9..84b1e4a56 100644 --- a/clusters/cl01tl/manifests/shelfmark/HTTPRoute-shelfmark.yaml +++ b/clusters/cl01tl/manifests/shelfmark/HTTPRoute-shelfmark.yaml @@ -22,7 +22,7 @@ spec: kind: Service name: shelfmark namespace: shelfmark - port: 8084 + port: 80 weight: 100 matches: - path: diff --git a/clusters/cl01tl/manifests/shelfmark/Service-shelfmark.yaml b/clusters/cl01tl/manifests/shelfmark/Service-shelfmark.yaml index 77a19d80f..96d8f17f0 100644 --- a/clusters/cl01tl/manifests/shelfmark/Service-shelfmark.yaml +++ b/clusters/cl01tl/manifests/shelfmark/Service-shelfmark.yaml @@ -12,7 +12,7 @@ metadata: spec: type: ClusterIP ports: - - port: 8084 + - port: 80 targetPort: 8084 protocol: TCP name: http