|
|
|
@@ -60,6 +60,7 @@ workflow: |
|
|
|
image_name: '"registry.cn-hangzhou.aliyuncs.com/jcce/pcm-coordinator-api"' |
|
|
|
image_tag: git_clone_0.commit_time |
|
|
|
registry_address: '"registry.cn-hangzhou.aliyuncs.com"' |
|
|
|
docker_file: git_clone_0.git_path + '/api/Dockerfile' |
|
|
|
docker_build_path: git_clone_0.git_path |
|
|
|
workspace: git_clone_0.git_path |
|
|
|
image_clean: true |
|
|
|
@@ -77,7 +78,7 @@ workflow: |
|
|
|
task: kubectl_deploy@1.1.0 |
|
|
|
input: |
|
|
|
command: '"apply"' |
|
|
|
resource_file_path: git_clone_0.git_path |
|
|
|
resource_file_path: git_clone_0.git_path + '/api' |
|
|
|
certificate_authority_data: ((dev.k8s_cad)) |
|
|
|
server: '"https://119.45.100.73:6443"' |
|
|
|
client_certificate_data: ((dev.k8s_ccd)) |
|
|
|
|