feat: change alist to local-tsh1
This commit is contained in:
parent
3c256f1575
commit
00fc0c74ab
@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
# region: cn
|
# region: cn
|
||||||
kubernetes.io/hostname: claw-hk2
|
kubernetes.io/hostname: tencent-sh1
|
||||||
#affinity:
|
#affinity:
|
||||||
# nodeAffinity:
|
# nodeAffinity:
|
||||||
# requiredDuringSchedulingIgnoredDuringExecution:
|
# requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
@ -53,5 +53,5 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: alist-data
|
- name: alist-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: alist-clhk2-pvc
|
claimName: alist-local-tsh1-pvc
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: alist-longhorn-tcn-pvc
|
name: alist-local-tsh1-pvc
|
||||||
namespace: alist
|
namespace: alist
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
@ -10,5 +10,5 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 2Gi
|
storage: 2Gi
|
||||||
storageClassName: longhorn-tcn
|
storageClassName: local-tsh1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user