We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 712b09b + bbb25a0 commit 3268da9Copy full SHA for 3268da9
api-gateway/Dockerfile
@@ -30,7 +30,6 @@ ENV PORT=8001
30
31
COPY src ./src
32
COPY tsconfig.json ./
33
-# COPY .env.production ./
34
35
EXPOSE ${PORT}
36
k8s/api-gateway.yml
@@ -3,18 +3,15 @@ kind: Deployment
3
metadata:
4
name: api-gateway
5
labels:
6
- type: backend
7
app: api-gateway
8
spec:
9
selector:
10
matchLabels:
11
12
13
template:
14
15
16
17
18
19
20
containers:
@@ -45,7 +42,6 @@ spec:
45
42
- port: 8001
46
43
targetPort: 8001
47
44
48
49
50
---
51
apiVersion: autoscaling/v2
0 commit comments