add volsync, organize data
This commit is contained in:
@@ -2,5 +2,11 @@ dependencies:
|
|||||||
- name: app-template
|
- name: app-template
|
||||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||||
version: 4.5.0
|
version: 4.5.0
|
||||||
digest: sha256:6a7348951304a43f3e848889ceae04a0a66c4dc6ebf619efe6d69397d8af3437
|
- name: volsync-target
|
||||||
generated: "2025-12-05T17:11:05.489733462Z"
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
|
version: 0.5.0
|
||||||
|
- name: volsync-target
|
||||||
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
|
version: 0.5.0
|
||||||
|
digest: sha256:ba09cbd5ad5eea8b6b4a4c67aa868f73c981d7b9c7658e00964bfe018cdcb2c6
|
||||||
|
generated: "2025-12-17T11:56:46.294815-06:00"
|
||||||
|
|||||||
@@ -26,5 +26,17 @@ dependencies:
|
|||||||
alias: qbittorrent
|
alias: qbittorrent
|
||||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||||
version: 4.5.0
|
version: 4.5.0
|
||||||
|
# - name: volsync-target
|
||||||
|
# alias: volsync-target-config
|
||||||
|
# version: 0.5.0
|
||||||
|
# repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
|
- name: volsync-target
|
||||||
|
alias: volsync-target-qbit-manage-config
|
||||||
|
version: 0.5.0
|
||||||
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
|
- name: volsync-target
|
||||||
|
alias: volsync-target-qui-config
|
||||||
|
version: 0.5.0
|
||||||
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/qbittorrent.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/qbittorrent.png
|
||||||
appVersion: 5.1.4
|
appVersion: 5.1.4
|
||||||
|
|||||||
@@ -251,18 +251,6 @@ qbittorrent:
|
|||||||
targetPort: 9074
|
targetPort: 9074
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
|
||||||
type: persistentVolumeClaim
|
|
||||||
existingClaim: qbittorrent-config
|
|
||||||
advancedMounts:
|
|
||||||
main:
|
|
||||||
qbittorrent:
|
|
||||||
- path: /config
|
|
||||||
readOnly: false
|
|
||||||
qbit-manage:
|
|
||||||
qbit-manage:
|
|
||||||
- path: /qbittorrent
|
|
||||||
readOnly: false
|
|
||||||
update-script:
|
update-script:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: configMap
|
type: configMap
|
||||||
@@ -273,19 +261,6 @@ qbittorrent:
|
|||||||
gluetun:
|
gluetun:
|
||||||
- path: /gluetun/update.sh
|
- path: /gluetun/update.sh
|
||||||
subPath: update.sh
|
subPath: update.sh
|
||||||
qbit-manage-config-data:
|
|
||||||
storageClass: ceph-block
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 1Gi
|
|
||||||
retain: true
|
|
||||||
advancedMounts:
|
|
||||||
qbit-manage:
|
|
||||||
init-copy-config:
|
|
||||||
- path: /app/config
|
|
||||||
readOnly: false
|
|
||||||
qbit-manage:
|
|
||||||
- path: /app/config
|
|
||||||
readOnly: false
|
|
||||||
qbit-manage-config:
|
qbit-manage-config:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: configMap
|
type: configMap
|
||||||
@@ -302,14 +277,49 @@ qbittorrent:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: config.yml
|
subPath: config.yml
|
||||||
qbit-manage-config-var:
|
config-data:
|
||||||
type: emptyDir
|
forceRename: qbittorrent-config-data
|
||||||
|
storageClass: ceph-filesystem
|
||||||
|
accessMode: ReadWriteMany
|
||||||
|
size: 1Gi
|
||||||
|
retain: true
|
||||||
|
advancedMounts:
|
||||||
|
main:
|
||||||
|
qbittorrent:
|
||||||
|
- path: /config-new/qBittorrent
|
||||||
|
readOnly: false
|
||||||
|
# qbit-manage:
|
||||||
|
# qbit-manage:
|
||||||
|
# - path: /qbittorrent
|
||||||
|
# readOnly: false
|
||||||
|
config:
|
||||||
|
type: persistentVolumeClaim
|
||||||
|
existingClaim: qbittorrent-config
|
||||||
|
advancedMounts:
|
||||||
|
main:
|
||||||
|
qbittorrent:
|
||||||
|
- path: /config
|
||||||
|
readOnly: false
|
||||||
|
qbit-manage:
|
||||||
|
qbit-manage:
|
||||||
|
- path: /qbittorrent
|
||||||
|
readOnly: false
|
||||||
|
qbit-manage-config-data:
|
||||||
|
forceRename: qbittorrent-qbit-manage-config-data
|
||||||
|
storageClass: ceph-block
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 1Gi
|
||||||
|
retain: true
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
qbit-manage:
|
qbit-manage:
|
||||||
|
init-copy-config:
|
||||||
|
- path: /app/config
|
||||||
|
readOnly: false
|
||||||
qbit-manage:
|
qbit-manage:
|
||||||
- path: /app/var
|
- path: /app/config
|
||||||
readOnly: false
|
readOnly: false
|
||||||
qui-config-data:
|
qui-config-data:
|
||||||
|
forceRename: qbittorrent-qui-config-data
|
||||||
storageClass: ceph-block
|
storageClass: ceph-block
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
@@ -319,6 +329,13 @@ qbittorrent:
|
|||||||
qui:
|
qui:
|
||||||
- path: /config
|
- path: /config
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
qbit-manage-config-var:
|
||||||
|
type: emptyDir
|
||||||
|
advancedMounts:
|
||||||
|
qbit-manage:
|
||||||
|
qbit-manage:
|
||||||
|
- path: /app/var
|
||||||
|
readOnly: false
|
||||||
storage:
|
storage:
|
||||||
type: persistentVolumeClaim
|
type: persistentVolumeClaim
|
||||||
existingClaim: qbittorrent-nfs-storage
|
existingClaim: qbittorrent-nfs-storage
|
||||||
@@ -331,3 +348,14 @@ qbittorrent:
|
|||||||
qbit-manage:
|
qbit-manage:
|
||||||
- path: /mnt/store
|
- path: /mnt/store
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
volsync-target-config:
|
||||||
|
pvcTarget: qbittorrent-config-data
|
||||||
|
moverSecurityContext:
|
||||||
|
runAsUser: 1000
|
||||||
|
runAsGroup: 1000
|
||||||
|
fsGroup: 1000
|
||||||
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
|
volsync-target-qbit-manage-config:
|
||||||
|
pvcTarget: qbittorrent-qbit-manage-config-data
|
||||||
|
volsync-target-qui-config:
|
||||||
|
pvcTarget: qbittorrent-qui-config-data
|
||||||
|
|||||||
Reference in New Issue
Block a user