浏览代码

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

datard 2 年之前
父节点
当前提交
ca5a02bf3e
共有 3 个文件被更改,包括 2 次插入4 次删除
  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