Browse Source

deploy pro/offline-process-promotion:r180561 测试阿里云k8s集群部署

datard 2 years ago
parent
commit
ca5a02bf3e
3 changed files with 2 additions and 4 deletions
  1. 1 1
      .drone.yml
  2. 0 2
      deploy-tmp.yaml
  3. 1 1
      drone.template.yml

+ 1 - 1
.drone.yml

@@ -46,7 +46,7 @@ steps:
     # 部署服务到kubernetes上
     - python3 /root/tools.py -a
     # 添加dns解析记录,生成访问域名
-    - python3 /root/tools.py -d
+#    - python3 /root/tools.py -d
 
 - name: success
   image: hub.evbj.easou.com/dev/drone-wechat:20200622

+ 0 - 2
deploy-tmp.yaml

@@ -17,8 +17,6 @@ spec:
       labels:
         app: offline-process-promotion
     spec:
-      readinessGates:
-          - conditionType: InPlaceUpdateReady
       terminationGracePeriodSeconds: 180
       dnsPolicy: ClusterFirstWithHostNet
       dnsConfig:

+ 1 - 1
drone.template.yml

@@ -46,7 +46,7 @@ steps:
     # 部署服务到kubernetes上
     - python3 /root/tools.py -a
     # 添加dns解析记录,生成访问域名
-    - python3 /root/tools.py -d
+#    - python3 /root/tools.py -d
 
 - name: success
   image: hub.evbj.easou.com/dev/drone-wechat:20200622