This commit is contained in:
@@ -46,7 +46,7 @@ data:
|
|||||||
skip_cleanup: false
|
skip_cleanup: false
|
||||||
|
|
||||||
qbt:
|
qbt:
|
||||||
host: localhost:8080
|
host: qbittorrent.qbittorrent:8080
|
||||||
user:
|
user:
|
||||||
pass:
|
pass:
|
||||||
|
|
||||||
|
@@ -123,6 +123,29 @@ qbittorrent:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
|
qbit-manage:
|
||||||
|
type: deployment
|
||||||
|
annotations:
|
||||||
|
reloader.stakater.com/auto: "true"
|
||||||
|
replicas: 1
|
||||||
|
strategy: Recreate
|
||||||
|
revisionHistoryLimit: 3
|
||||||
|
initContainers:
|
||||||
|
init-copy-config:
|
||||||
|
image:
|
||||||
|
repository: busybox
|
||||||
|
tag: 1.37.0
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 128Mi
|
||||||
|
command:
|
||||||
|
- /bin/sh
|
||||||
|
- -ec
|
||||||
|
- |
|
||||||
|
cp /config/config.yml /app/config/config.yml
|
||||||
|
containers:
|
||||||
qbit-manage:
|
qbit-manage:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/stuffanthings/qbit_manage
|
repository: ghcr.io/stuffanthings/qbit_manage
|
||||||
@@ -170,7 +193,7 @@ qbittorrent:
|
|||||||
name: qbittorrent-qbit-manage-config
|
name: qbittorrent-qbit-manage-config
|
||||||
key: ntfy-url
|
key: ntfy-url
|
||||||
- name: ALLOWED_HOSTS
|
- name: ALLOWED_HOSTS
|
||||||
value: localhost qbittorrent.qbittorrent
|
value: localhost qbittorrent.qbittorrent qbittorrent.alexlebens.net
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
@@ -178,6 +201,7 @@ qbittorrent:
|
|||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
controller: main
|
controller: main
|
||||||
|
nameOverride: ""
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 8080
|
port: 8080
|
||||||
@@ -191,6 +215,9 @@ qbittorrent:
|
|||||||
port: 9022
|
port: 9022
|
||||||
targetPort: 9022
|
targetPort: 9022
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
|
qbit-manage:
|
||||||
|
controller: main
|
||||||
|
ports:
|
||||||
apprise:
|
apprise:
|
||||||
port: 8000
|
port: 8000
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
@@ -204,6 +231,7 @@ qbittorrent:
|
|||||||
qbittorrent:
|
qbittorrent:
|
||||||
- path: /config
|
- path: /config
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
qbit-manage:
|
||||||
qbit-manage:
|
qbit-manage:
|
||||||
- path: /qbittorrent
|
- path: /qbittorrent
|
||||||
readOnly: false
|
readOnly: false
|
||||||
@@ -233,7 +261,7 @@ qbittorrent:
|
|||||||
size: 1Gi
|
size: 1Gi
|
||||||
retain: true
|
retain: true
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
main:
|
qbit-manage:
|
||||||
init-copy-config:
|
init-copy-config:
|
||||||
- path: /app/config
|
- path: /app/config
|
||||||
readOnly: false
|
readOnly: false
|
||||||
@@ -245,7 +273,7 @@ qbittorrent:
|
|||||||
type: configMap
|
type: configMap
|
||||||
name: qbit-manage-config
|
name: qbit-manage-config
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
main:
|
qbit-manage:
|
||||||
init-copy-config:
|
init-copy-config:
|
||||||
- path: /config/config.yml
|
- path: /config/config.yml
|
||||||
readOnly: true
|
readOnly: true
|
||||||
@@ -259,7 +287,7 @@ qbittorrent:
|
|||||||
qbit-manage-config-var:
|
qbit-manage-config-var:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
main:
|
qbit-manage:
|
||||||
qbit-manage:
|
qbit-manage:
|
||||||
- path: /app/var
|
- path: /app/var
|
||||||
readOnly: false
|
readOnly: false
|
||||||
@@ -271,6 +299,7 @@ qbittorrent:
|
|||||||
qbittorrent:
|
qbittorrent:
|
||||||
- path: /mnt/store
|
- path: /mnt/store
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
qbit-manage:
|
||||||
qbit-manage:
|
qbit-manage:
|
||||||
- path: /mnt/store
|
- path: /mnt/store
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
Reference in New Issue
Block a user