feat(qbittorrent): Add Unpackerr
This commit is contained in:
parent
01b2c16517
commit
140ac4689f
4 changed files with 67 additions and 0 deletions
|
|
@ -87,6 +87,26 @@ spec:
|
|||
capabilities:
|
||||
drop:
|
||||
- "ALL"
|
||||
- name: unpackerr
|
||||
image: golift/unpackerr
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: unpackerr-envs
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: unpackerr-config
|
||||
- mountPath: /shared/media/downloads
|
||||
name: nfs-media
|
||||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- "ALL"
|
||||
volumes:
|
||||
- name: dev-tun
|
||||
hostPath:
|
||||
|
|
@ -95,6 +115,9 @@ spec:
|
|||
- name: qbittorrent-config
|
||||
persistentVolumeClaim:
|
||||
claimName: qbittorrent-storage
|
||||
- name: unpackerr-config
|
||||
persistentVolumeClaim:
|
||||
claimName: unpackerr-storage
|
||||
- name: gluetun-wgconfig
|
||||
secret:
|
||||
secretName: gluetun-wgconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue