This commit is contained in:
hiondal
2025-03-03 14:50:26 +09:00
parent 8d6df6e323
commit 992edd0bd9
19 changed files with 37 additions and 12 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ podTemplate(
stage("Get Source") {
checkout scm
props = readProperties file: "deployment/deploy_env_vars"
namespace = "${props.teamid}-${props.root_project}-ns"
namespace = "${props.namespace}"
}
stage("Setup AKS") {
+3 -2
View File
@@ -1,9 +1,10 @@
# Team Settings
teamid=dg0200
teamid=unicorn
root_project=lifesub
namespace=unicorn-lifesub-ns
# Container Registry Settings
registry=dg0200cr.azurecr.io
registry=unicorncr.azurecr.io
image_org=lifesub
# Application Settings