Automated Manifest Update #2678
@@ -128,9 +128,9 @@ spec:
|
|||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config-old
|
||||||
name: config
|
name: config
|
||||||
- mountPath: /config-new/qBittorrent
|
- mountPath: /config/qBittorrent
|
||||||
name: config-data
|
name: config-data
|
||||||
- mountPath: /mnt/store
|
- mountPath: /mnt/store
|
||||||
name: storage
|
name: storage
|
||||||
|
|||||||
@@ -103,8 +103,8 @@ spec:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /qbittorrent
|
- mountPath: /qbittorrent/qBittorrent
|
||||||
name: config
|
name: config-data
|
||||||
- mountPath: /config/config.yml
|
- mountPath: /config/config.yml
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
name: qbit-manage-config
|
name: qbit-manage-config
|
||||||
@@ -117,9 +117,9 @@ spec:
|
|||||||
- mountPath: /mnt/store
|
- mountPath: /mnt/store
|
||||||
name: storage
|
name: storage
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: qbittorrent-config
|
claimName: qbittorrent-config-data
|
||||||
- configMap:
|
- configMap:
|
||||||
name: qbit-manage-config
|
name: qbit-manage-config
|
||||||
name: qbit-manage-config
|
name: qbit-manage-config
|
||||||
|
|||||||
Reference in New Issue
Block a user