chore(qbittorrent): Use env vars for unpackerr config
This commit is contained in:
parent
140ac4689f
commit
8daf477816
2 changed files with 2 additions and 17 deletions
|
|
@ -93,9 +93,9 @@ spec:
|
|||
envFrom:
|
||||
- configMapRef:
|
||||
name: unpackerr-envs
|
||||
- secretRef:
|
||||
name: unpackerr-env-secrets
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: unpackerr-config
|
||||
- mountPath: /shared/media/downloads
|
||||
name: nfs-media
|
||||
securityContext:
|
||||
|
|
@ -115,9 +115,6 @@ spec:
|
|||
- name: qbittorrent-config
|
||||
persistentVolumeClaim:
|
||||
claimName: qbittorrent-storage
|
||||
- name: unpackerr-config
|
||||
persistentVolumeClaim:
|
||||
claimName: unpackerr-storage
|
||||
- name: gluetun-wgconfig
|
||||
secret:
|
||||
secretName: gluetun-wgconfig
|
||||
|
|
|
|||
|
|
@ -13,18 +13,6 @@ spec:
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: unpackerr-storage
|
||||
spec:
|
||||
storageClassName: piraeus-lvmthin
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: nfs-media
|
||||
spec:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue