更新代码
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user