新增专家签名导出pdf
This commit is contained in:
@ -39,6 +39,10 @@ spec:
|
||||
- name: log
|
||||
hostPath:
|
||||
path: /var/lib/docker/log/349553515466-prod/default-group/30days
|
||||
- name: storage
|
||||
persistentVolumeClaim:
|
||||
claimName: file-pvc
|
||||
readOnly: false
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
@ -57,6 +61,8 @@ spec:
|
||||
volumeMounts:
|
||||
- name: log
|
||||
mountPath: /log
|
||||
- name: storage
|
||||
mountPath: /storage
|
||||
ports:
|
||||
- containerPort: 18018
|
||||
livenessProbe:
|
||||
|
Reference in New Issue
Block a user