取消cfs挂载

This commit is contained in:
jl-zhangqb
2023-08-11 16:27:12 +00:00
parent 891f27732c
commit 1690f94432

View File

@ -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: