Browse Source

[CI SKIP]

robert 5 months ago
parent
commit
c495d9ad70
1 changed files with 3 additions and 3 deletions
  1. 3 3
      deploy.yaml

+ 3 - 3
deploy.yaml

@@ -37,21 +37,21 @@ spec:
       initContainers:
       initContainers:
         - name: init
         - name: init
           image: hub.evbj.easou.com/dev/busybox
           image: hub.evbj.easou.com/dev/busybox
-          command: ['sh', "-c", 'chmod 777 -R /opt/tomcat-7.0.105/webapps && chown -R esbi.esbi /opt/tomcat-7.0.105/webapps']
+          command: ['sh', "-c", 'chmod 777 -R /opt/tomcat-7.0.105/webapps']
           imagePullPolicy: IfNotPresent
           imagePullPolicy: IfNotPresent
           volumeMounts:
           volumeMounts:
           - name: volume
           - name: volume
             mountPath: /data
             mountPath: /data
         - name: init-package
         - name: init-package
           image: hub.evbj.easou.com/dev/busybox
           image: hub.evbj.easou.com/dev/busybox
-          command: ['sh', '-c', 'rm -rf /data/project/* && wget http://10.40.20.61/release/app-web/prod-64/novelapi/3.1.329/novelapi_3.1.329_tempDemand_T3.1.328-194750_3.1.329_20240822-142431_RBL/ROOT.war -O /data/project/ROOT.war && md5sum  /data/project/ROOT.war']
+          command: ['sh', '-c', 'rm -rf /opt/tomcat-7.0.105/webapps/* && wget http://10.40.20.61/release/search-wapage/prod-64/easou-bi/1.0.13/easou-bi_1.0.13_dataMigration_T1.0.12-5783_1.0.13_20241107-105647_RBL/ROOT.war -O /opt/tomcat-7.0.105/webapps/ROOT.war && md5sum  /opt/tomcat-7.0.105/webapps/ROOT.war']
           imagePullPolicy: IfNotPresent
           imagePullPolicy: IfNotPresent
           volumeMounts:
           volumeMounts:
           - name: volume
           - name: volume
             mountPath: /data
             mountPath: /data
       containers:
       containers:
       - name: apptj
       - name: apptj
-        image: hub.evbj.easou.com/bi/apptj:v1.base
+        image: hub.evbj.easou.com/bi/apptj:v1base
         imagePullPolicy: Always
         imagePullPolicy: Always
         ports:
         ports:
         - containerPort: 8080
         - containerPort: 8080