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:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: unpackerr-envs
|
name: unpackerr-envs
|
||||||
|
- secretRef:
|
||||||
|
name: unpackerr-env-secrets
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
|
||||||
name: unpackerr-config
|
|
||||||
- mountPath: /shared/media/downloads
|
- mountPath: /shared/media/downloads
|
||||||
name: nfs-media
|
name: nfs-media
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
@ -115,9 +115,6 @@ spec:
|
||||||
- name: qbittorrent-config
|
- name: qbittorrent-config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: qbittorrent-storage
|
claimName: qbittorrent-storage
|
||||||
- name: unpackerr-config
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: unpackerr-storage
|
|
||||||
- name: gluetun-wgconfig
|
- name: gluetun-wgconfig
|
||||||
secret:
|
secret:
|
||||||
secretName: gluetun-wgconfig
|
secretName: gluetun-wgconfig
|
||||||
|
|
|
||||||
|
|
@ -13,18 +13,6 @@ spec:
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
|
||||||
name: unpackerr-storage
|
|
||||||
spec:
|
|
||||||
storageClassName: piraeus-lvmthin
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 5Gi
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
metadata:
|
||||||
name: nfs-media
|
name: nfs-media
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue