mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update alist volumes
This commit is contained in:
+7
-1
@@ -16,6 +16,9 @@ spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: configs-nfs
|
||||
- name: downloads
|
||||
persistentVolumeClaim:
|
||||
claimName: downloads-nfs
|
||||
@@ -41,9 +44,12 @@ spec:
|
||||
- name: UMASK
|
||||
value: "022"
|
||||
volumeMounts:
|
||||
- name: config
|
||||
subPath: alist
|
||||
mountPath: /opt/alist/data
|
||||
- name: downloads
|
||||
subPath: ftp
|
||||
mountPath: /opt/alist/data
|
||||
mountPath: /ftp
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
||||
Reference in New Issue
Block a user