更新代码

This commit is contained in:
ajaxfan
2021-02-01 16:56:43 +08:00
parent e8ae3f6ab6
commit faed62f064
54 changed files with 1409 additions and 1228 deletions

View File

@ -41,10 +41,6 @@ spec:
persistentVolumeClaim:
claimName: log-pvc
readOnly: false
- name: storage
persistentVolumeClaim:
claimName: file-pvc
readOnly: false
# 必选Pod中容器列表
containers:
@ -54,8 +50,6 @@ spec:
volumeMounts:
- name: log
mountPath: /log
- name: storage
mountPath: /storage
# 需要暴露的端口库号列表
ports:
- containerPort: 18012