更新代码

This commit is contained in:
ajaxfan
2021-02-01 16:56:07 +08:00
parent f0b1df9c75
commit 1e29d341e3
55 changed files with 805 additions and 1129 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: 18018