robert пре 3 година
родитељ
комит
22c4e581e7
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      .drone.yml

+ 4 - 4
.drone.yml

@@ -22,7 +22,7 @@ steps:
      insecure: true
      mirror: https://ci7pm4nx.mirror.aliyuncs.com
      registry: hub.evbj.easou.com
-     repo: hub.evbj.easou.com/qa/${DRONE_REPO_NAME}
+     repo: hub.evbj.easou.com/pro/${DRONE_REPO_NAME}
      tag: v1.0.3
      
  - name: deployment
@@ -30,7 +30,7 @@ steps:
    pull: always
    # privileged: true
    environment:
-     JNLP_ENV: qa
+     JNLP_ENV: pro
      JNLP_REPLICAS: 1
      JNLP_TAG: v1.0.3
      JNLP_VERSION: v1  # default v1, v2 for canary
@@ -45,9 +45,9 @@ steps:
      JNLP_STORAGE_CAPACITY: 200Gi
      JNLP_MOUNT_PATH: /data
      JNLP_LIVENESS_INIT: 90
-     JNLP_LIVENESS_PER: 15
+     JNLP_LIVENESS_PER: 30
      JNLP_READINESS_INIT: 90
-     JNLP_READINESS_PER: 15
+     JNLP_READINESS_PER: 30
      JNLP_INGRESS_PUB: yes
    commands:
      # 切换目标集群