新增专家签名导出pdf

This commit is contained in:
付庆吉
2021-08-20 15:50:02 +08:00
parent 413c08ad5b
commit f6489c7062
17 changed files with 407 additions and 17 deletions

View File

@ -39,6 +39,10 @@ spec:
- name: log
hostPath:
path: /var/lib/docker/log/349553515466-preprod/default-group/all #开发环境
- 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
resources: