From fcaae524afa8a93e17fba3923cdeb60eb4884c66 Mon Sep 17 00:00:00 2001 From: jlyanss Date: Fri, 14 Apr 2023 02:30:21 +0000 Subject: [PATCH] =?UTF-8?q?Update=20deployment-uat.yaml=20=E5=8E=BB?= =?UTF-8?q?=E6=8E=89cfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment-uat.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/deployment-uat.yaml b/deployment-uat.yaml index c75f587..a3ce480 100644 --- a/deployment-uat.yaml +++ b/deployment-uat.yaml @@ -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: {} ---- \ No newline at end of file +---