Skip to content

Commit d1e7184

Browse files
committed
Fix Gi memory resource
1 parent 62761f8 commit d1e7184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/paul/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
memory: 512M
1919
limits:
2020
cpu: 500m
21-
memory: 2000M
21+
memory: 2Gi
2222
ports:
2323
- containerPort: 80
2424
env:

apps/votong-pnrr2022/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
resources:
1616
requests:
1717
cpu: 10m
18-
memory: 1000M
18+
memory: 1Gi
1919
limits:
2020
cpu: 250m
2121
memory: 1536Mi

0 commit comments

Comments
 (0)