Procházet zdrojové kódy

deploy pro/offline-process-charge-callback:r169932 shutdown时,关闭线程池优化

datard před 3 roky
rodič
revize
762d9c83c1
3 změnil soubory, kde provedl 9 přidání a 9 odebrání
  1. 6 6
      .drone.yml
  2. 1 1
      Dockerfile
  3. 2 2
      deploy-tmp.yaml

+ 6 - 6
.drone.yml

@@ -23,7 +23,7 @@ steps:
     mirror: https://ci7pm4nx.mirror.aliyuncs.com
     registry: hub.evbj.easou.com
     repo: hub.evbj.easou.com/pro/offline-process-charge-callback
-    tag: r169898
+    tag: r169932
 #    build_args:
 #      - JAR_FILE=offline-process-charge-callback-product.jar
 #      - SERVER_PORT=8080
@@ -35,7 +35,7 @@ steps:
   environment:
     JNLP_ENV: pro
     JNLP_REPLICAS: 2
-    JNLP_TAG: r169898
+    JNLP_TAG: r169932
     JNLP_VERSION: v1  # default v1, v2 for canary
     DEPLOY_ENV: k8s-2 # 可以选择把应用部署到集群:k8s-1 or k8s-2
     JNLP_REPO: hub.evbj.easou.com
@@ -70,8 +70,8 @@ steps:
     corpid: ww419ee4063735e1c0
     corp_secret: zpiRBLETH9eLwIMQ4eJ_r_dcm3BPSGeLHvTcft8Ot-M
     agent_id: 1000004
-    title: "Pipeline pro/offline-process-charge-callback:r169898 Success"
-    description: "${DRONE_BUILD_LINK} pro/offline-process-charge-callback:r169898 部署完成 4.15新需求"
+    title: "Pipeline pro/offline-process-charge-callback:r169932 Success"
+    description: "${DRONE_BUILD_LINK} pro/offline-process-charge-callback:r169932 部署完成 shutdown时,关闭线程池优化"
     msg_url: ${DRONE_BUILD_LINK}
     btn_txt: "否"
   when:
@@ -84,8 +84,8 @@ steps:
     corpid: ww419ee4063735e1c0
     corp_secret: zpiRBLETH9eLwIMQ4eJ_r_dcm3BPSGeLHvTcft8Ot-M
     agent_id: 1000004
-    title: "Pipeline pro/offline-process-charge-callback:r169898 Failure"
-    description: "${DRONE_BUILD_LINK} 部署失败,请检查配置!4.15新需求"
+    title: "Pipeline pro/offline-process-charge-callback:r169932 Failure"
+    description: "${DRONE_BUILD_LINK} 部署失败,请检查配置!shutdown时,关闭线程池优化"
     msg_url: ${DRONE_BUILD_LINK}
     btn_txt: "否"
   when:

+ 1 - 1
Dockerfile

@@ -1 +1 @@
-FROM hub.evbj.easou.com/pro/offline-process-charge-callback:r169898
+FROM hub.evbj.easou.com/pro/offline-process-charge-callback:r169932

+ 2 - 2
deploy-tmp.yaml

@@ -42,7 +42,7 @@ spec:
               topologyKey: kubernetes.io/hostname
       containers:
         - name: offline-process-charge-callback
-          image: hub.evbj.easou.com/pro/offline-process-charge-callback:r169898
+          image: hub.evbj.easou.com/pro/offline-process-charge-callback:r169932
           imagePullPolicy: IfNotPresent
           env:
             - name: MY_NODE_NAME
@@ -119,7 +119,7 @@ spec:
         storageClassName: rbd
         resources:
           requests:
-            storage: 100Gi
+            storage: 200Gi
 ---
 apiVersion: v1
 kind: Service