Skip to content

Commit 3268da9

Browse files
authored
Merge pull request #108 from CS3219-AY2425S1/cloud-fix
Cloud fix
2 parents 712b09b + bbb25a0 commit 3268da9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

api-gateway/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ ENV PORT=8001
3030

3131
COPY src ./src
3232
COPY tsconfig.json ./
33-
# COPY .env.production ./
3433

3534
EXPOSE ${PORT}
3635

k8s/api-gateway.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@ kind: Deployment
33
metadata:
44
name: api-gateway
55
labels:
6-
type: backend
76
app: api-gateway
87
spec:
98
selector:
109
matchLabels:
11-
type: backend
1210
app: api-gateway
1311
template:
1412
metadata:
1513
name: api-gateway
1614
labels:
17-
type: backend
1815
app: api-gateway
1916
spec:
2017
containers:
@@ -45,7 +42,6 @@ spec:
4542
- port: 8001
4643
targetPort: 8001
4744
selector:
48-
type: backend
4945
app: api-gateway
5046
---
5147
apiVersion: autoscaling/v2

0 commit comments

Comments
 (0)