浏览代码

更新 'deploy.yaml'

robert 1 周之前
父节点
当前提交
19089343a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy.yaml

+ 1 - 1
deploy.yaml

@@ -42,7 +42,7 @@ spec:
             mountPath: /data
         - name: init-package
           image: hub.evbj.easou.com/dev/busybox
-          command: ['sh', '-c', 'rm -rf /data/webapps/* && wget http://10.40.20.61/release/search-wapage/prod-64/bookcp/1.0.16/bookcp_1.0.16_addressChange_T1.0.15-5921_1.0.16_20250116-151014_RBL/bookcp-1.0.16-20250116151014.zip -O /data/webapps/bookcp.zip && cd /data/webapps;unzip bookcp.zip;mv dist ROOT && md5sum  /data/webapps/bookcp.zip']
+          command: ['sh', '-c', 'rm -rf /data/webapps/* && wget http://10.40.20.61/release/search-wapage/prod-64/bookcp/1.0.17/bookcp_1.0.17_timePluginOptimization_T1.0.16-5940_1.0.17_20250825-095529_RBL/bookcp-1.0.17-20250825095529.zip -O /data/webapps/bookcp.zip && cd /data/webapps;unzip bookcp.zip;mv dist ROOT && md5sum  /data/webapps/bookcp.zip']
           imagePullPolicy: IfNotPresent
           volumeMounts:
           - name: volume