From b20cc55074e27061aadf4f0404a31d2df25298b7 Mon Sep 17 00:00:00 2001 From: bpa <1370533105@qq.com> Date: Wed, 12 Jul 2023 02:13:36 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'k8s=5Fwfzweb.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s_wfzweb.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/k8s_wfzweb.yaml b/k8s_wfzweb.yaml index c02741f..e97b791 100644 --- a/k8s_wfzweb.yaml +++ b/k8s_wfzweb.yaml @@ -21,16 +21,10 @@ spec: env: - name: branch value: - - name: TZ - value: Asia/Shanghai ports: - containerPort: 80 protocol: TCP volumeMounts: - - mountPath: "/app/appsettings.json" - name: wfzweb-config - readOnly: true - subPath: appsettings - mountPath: "/etc/localtime" name: timezone resources: @@ -41,9 +35,6 @@ spec: cpu: "500m" memory: "512Mi" volumes: - - name: wfzweb-config - configMap: - name: wfzweb-config - name: timezone hostPath: path: /usr/share/zoneinfo/Asia/Shanghai