From ebcfe0bfc38977f42da0decb267ff3d824aea633 Mon Sep 17 00:00:00 2001 From: owen Date: Wed, 19 Jun 2024 21:09:43 +0800 Subject: [PATCH] 1 --- gp054/patch/api-deployment_patch.yaml | 1 - gp054/patch/market-deployment_patch.yaml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gp054/patch/api-deployment_patch.yaml b/gp054/patch/api-deployment_patch.yaml index 4f7c3cb..33ba2f1 100644 --- a/gp054/patch/api-deployment_patch.yaml +++ b/gp054/patch/api-deployment_patch.yaml @@ -7,7 +7,6 @@ spec: spec: containers: - name: stock2-java-api - image: juyou.tencentcloudcr.com/juyoutech/stock2_java_api:main envFrom: - configMapRef: name: mysql-configmap diff --git a/gp054/patch/market-deployment_patch.yaml b/gp054/patch/market-deployment_patch.yaml index 3dab4ba..15e54b8 100644 --- a/gp054/patch/market-deployment_patch.yaml +++ b/gp054/patch/market-deployment_patch.yaml @@ -7,12 +7,13 @@ spec: spec: containers: - name: stock2-java-market - image: juyou.tencentcloudcr.com/juyoutech/stock2_java_market:main envFrom: - configMapRef: name: mysql-configmap - configMapRef: name: redis-configmap + - configMapRef: + name: storage-configmap env: - name: TZ value: "Asia/Shanghai" \ No newline at end of file