Skip to content

Commit

Permalink
fix cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
guowei42 committed Nov 6, 2024
1 parent 0e4c053 commit adc51b0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ai-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: ai-service
REPOSITORY_NAME: peerprep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-collab-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: collab-service
REPOSITORY_NAME: peerprep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-matching-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: matching-redis
REPOSITORY_NAME: peerprep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-matching-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: match-service
REPOSITORY_NAME: peerprep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-question-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: question-service
REPOSITORY_NAME: peerprep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-user-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: user-service
REPOSITORY_NAME: peerprep
Expand Down

0 comments on commit adc51b0

Please sign in to comment.