|
@@ -23,7 +23,7 @@ steps:
|
|
|
JNLP_REPLICAS: 2
|
|
|
JNLP_TAG: 1.0
|
|
|
JNLP_VERSION: v1 # default v1, v2 for canary
|
|
|
- DEPLOY_ENV: k8s-1 # 可以选择把应用部署到集群:k8s-1 or k8s-2
|
|
|
+ DEPLOY_ENV: k8s-3 # 可以选择把应用部署到集群:k8s-1 or k8s-2
|
|
|
JNLP_REPO: hub.evbj.easou.com
|
|
|
JNLP_CONTAINER_PORT: 80
|
|
|
JNLP_INGRESS: nginx
|
|
@@ -45,6 +45,8 @@ steps:
|
|
|
- python3 /root/tools.py -b
|
|
|
# 部署服务到kubernetes上
|
|
|
- python3 /root/tools.py -a
|
|
|
+ # 检查服务部署状态
|
|
|
+ - python3 /root/tools.py -c
|
|
|
# 添加dns解析记录,生成访问域名
|
|
|
- python3 /root/tools.py -d
|
|
|
|