Update deployment-uat.yaml 去掉cfs
This commit is contained in:
@ -40,10 +40,6 @@ spec:
|
|||||||
- name: log
|
- name: log
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/docker/log/349553515466-uat/default-group/all #开发环境
|
path: /var/lib/docker/log/349553515466-uat/default-group/all #开发环境
|
||||||
- name: storage
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: file-pvc
|
|
||||||
readOnly: false
|
|
||||||
# 必选,Pod中容器列表
|
# 必选,Pod中容器列表
|
||||||
containers:
|
containers:
|
||||||
- name: biz-service-ebtp-extend
|
- name: biz-service-ebtp-extend
|
||||||
@ -52,8 +48,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: log
|
- name: log
|
||||||
mountPath: /log
|
mountPath: /log
|
||||||
- name: storage
|
|
||||||
mountPath: /storage
|
|
||||||
# 需要暴露的端口库号列表
|
# 需要暴露的端口库号列表
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 18018
|
- containerPort: 18018
|
||||||
|
Reference in New Issue
Block a user