新增专家签名导出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

@ -40,7 +40,10 @@ spec:
- name: log
hostPath:
path: /var/lib/docker/log/349553515466-uat/default-group/all #开发环境
- name: storage
persistentVolumeClaim:
claimName: file-pvc
readOnly: false
# 必选Pod中容器列表
containers:
- name: biz-service-ebtp-extend
@ -49,6 +52,8 @@ spec:
volumeMounts:
- name: log
mountPath: /log
- name: storage
mountPath: /storage
# 需要暴露的端口库号列表
ports:
- containerPort: 18018