Automated Manifest Update (#2678)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2678 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2678.
This commit is contained in:
@@ -128,9 +128,9 @@ spec:
|
||||
cpu: 500m
|
||||
memory: 1Gi
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
- mountPath: /config-old
|
||||
name: config
|
||||
- mountPath: /config-new/qBittorrent
|
||||
- mountPath: /config/qBittorrent
|
||||
name: config-data
|
||||
- mountPath: /mnt/store
|
||||
name: storage
|
||||
|
||||
@@ -103,8 +103,8 @@ spec:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
volumeMounts:
|
||||
- mountPath: /qbittorrent
|
||||
name: config
|
||||
- mountPath: /qbittorrent/qBittorrent
|
||||
name: config-data
|
||||
- mountPath: /config/config.yml
|
||||
mountPropagation: None
|
||||
name: qbit-manage-config
|
||||
@@ -117,9 +117,9 @@ spec:
|
||||
- mountPath: /mnt/store
|
||||
name: storage
|
||||
volumes:
|
||||
- name: config
|
||||
- name: config-data
|
||||
persistentVolumeClaim:
|
||||
claimName: qbittorrent-config
|
||||
claimName: qbittorrent-config-data
|
||||
- configMap:
|
||||
name: qbit-manage-config
|
||||
name: qbit-manage-config
|
||||
|
||||
Reference in New Issue
Block a user