取消cfs挂载
This commit is contained in:
@ -39,10 +39,6 @@ spec:
|
|||||||
- name: log
|
- name: log
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/docker/log/349553515466-prod/default-group/30days
|
path: /var/lib/docker/log/349553515466-prod/default-group/30days
|
||||||
- name: storage
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: file-pvc
|
|
||||||
readOnly: false
|
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
@ -61,8 +57,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: log
|
- name: log
|
||||||
mountPath: /log
|
mountPath: /log
|
||||||
- name: storage
|
|
||||||
mountPath: /storage
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 18018
|
- containerPort: 18018
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
Reference in New Issue
Block a user