Browse Source

[CI SKIP]

robert 4 năm trước cách đây
mục cha
commit
39ae386f47
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      .drone.yml

+ 5 - 5
.drone.yml

@@ -23,7 +23,7 @@ steps:
      mirror: https://ci7pm4nx.mirror.aliyuncs.com
      registry: hub.evbj.easou.com
      repo: hub.evbj.easou.com/qa/${DRONE_REPO_NAME}
-     tag: v2.1.3
+     tag: v2.1.2
      
  - name: deployment
    image: hub.evbj.easou.com/dev/drone-agent:v2.0.0
@@ -31,8 +31,8 @@ steps:
    # privileged: true
    environment:
      JNLP_ENV: pro
-     JNLP_REPLICAS: 1
-     JNLP_TAG: v2.1.3
+     JNLP_REPLICAS: 4
+     JNLP_TAG: v2.1.2
      JNLP_VERSION: v1  # default v1, v2 for canary
      DEPLOY_ENV: k8s-1 # 可以选择把应用部署到集群:k8s-1 or k8s-2
      JNLP_REPO: hub.evbj.easou.com
@@ -44,9 +44,9 @@ steps:
      JNLP_CONTROL: StatefulSet
      JNLP_STORAGE_CAPACITY: 200Gi
      JNLP_MOUNT_PATH: /data
-     JNLP_LIVENESS_INIT: 60
+     JNLP_LIVENESS_INIT: 90
      JNLP_LIVENESS_PER: 15
-     JNLP_READINESS_INIT: 60
+     JNLP_READINESS_INIT: 90
      JNLP_READINESS_PER: 15
    commands:
      # 切换目标集群