Update deployment-uat.yaml 去掉cfs

This commit is contained in:
jlyanss
2023-04-14 02:30:21 +00:00
parent c3a2d5e16e
commit fcaae524af

View File

@ -40,10 +40,6 @@ 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
@ -52,8 +48,6 @@ spec:
volumeMounts:
- name: log
mountPath: /log
- name: storage
mountPath: /storage
# 需要暴露的端口库号列表
ports:
- containerPort: 18018
@ -111,4 +105,4 @@ spec:
status:
loadBalancer: {}
---
---