Merge branch 'master-高质量运营' into uat_code

# Conflicts:
#	deployment-uat.yaml
This commit is contained in:
yss
2023-04-23 09:42:18 +08:00
2 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,11 @@ spec:
persistentVolumeClaim: persistentVolumeClaim:
claimName: file-pvc claimName: file-pvc
readOnly: false readOnly: false
hostAliases:
- ip: "10.238.9.62"
hostnames:
- "oss-cn-xian-unicom-d01-a.i.super.xixian.unicom.local"
- "eshop-mall-jl.oss-cn-xian-unicom-d01-a.i.super.xixian.unicom.local"
affinity: affinity:
podAntiAffinity: podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:

View File

@ -40,6 +40,10 @@ 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 #开发环境
hostAliases:
- ip: "10.242.0.95"
hostnames:
- "test-mall3.oss-cn-guangzhou-gz-d01-a.ops.super.guangzhou.unicom.local"
# 必选Pod中容器列表 # 必选Pod中容器列表
containers: containers:
- name: biz-service-ebtp-extend - name: biz-service-ebtp-extend