Skip to content

Commit 4374ec1

Browse files
committed
update
1 parent 9249aca commit 4374ec1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.deploy/deployment.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ spec:
2525
limits:
2626
memory: "512Gi"
2727
cpu: "250m"
28+
requests:
29+
memory: "512Gi"
30+
cpu: "250m"
2831
ports:
2932
- containerPort: __PORT__
3033
env:
@@ -124,6 +127,10 @@ spec:
124127
limits:
125128
memory: "128Mi"
126129
cpu: "200m"
130+
requests:
131+
memory: "128Mi"
132+
cpu: "200m"
133+
127134
ports:
128135
- containerPort: __PORT__
129136
env:

0 commit comments

Comments
 (0)