File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services=("collaboration-service" "matching-service" "question-service" "user-se
10
10
# Loop through each service
11
11
for i in " ${! services[@]} " ; do
12
12
SERVICE=" ${services[$i]} "
13
- SERVICE_NAME=" cs3219-ay2425s1-project-g25- ${SERVICE} "
13
+ SERVICE_NAME=" cs3219-ay2425s1-project-g25_ ${SERVICE} "
14
14
K8S_DEPLOYMENT_FILE=" kubernetes/backend/${SERVICE} -deployment.yaml"
15
15
K8S_HPA_FILE=" kubernetes/hpa/${SERVICE} -hpa.yaml"
16
16
46
46
47
47
# frontend
48
48
SERVICE=" frontend"
49
- SERVICE_NAME=" cs3219-ay2425s1-project-g25- ${SERVICE} "
49
+ SERVICE_NAME=" cs3219-ay2425s1-project-g25_ ${SERVICE} "
50
50
K8S_DEPLOYMENT_FILE=" kubernetes/frontend/${SERVICE} -deployment.yaml"
51
51
FULL_IMAGE_NAME=" $DOCKER_USERNAME /$SERVICE_NAME :$TAG "
52
52
echo " Tagging image $SERVICE as $FULL_IMAGE_NAME ..."
@@ -62,7 +62,7 @@ echo "Deployment for $SERVICE complete."
62
62
echo " ----------------------------------------"
63
63
64
64
# nginx
65
- SERVICE_NAME=" cs3219-ay2425s1-project-g25-nginx "
65
+ SERVICE_NAME=" cs3219-ay2425s1-project-g25_nginx "
66
66
K8S_DEPLOYMENT_FILE=" kubernetes/backend/nginx-deployment.yaml"
67
67
FULL_IMAGE_NAME=" $DOCKER_USERNAME /$SERVICE_NAME :$TAG "
68
68
echo " Tagging image $SERVICE as $FULL_IMAGE_NAME ..."
You can’t perform that action at this time.
0 commit comments