Skip to content

Commit b3bb2a8

Browse files
author
Suraj Banakar
committed
add resource resource limits to pod
1 parent 21c5b4c commit b3bb2a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

k8s/deployment.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ spec:
4848
image: ghcr.io/vadasambar/pema:latest
4949
ports:
5050
- containerPort: 5000
51+
resources:
52+
requests:
53+
memory: "64Mi"
54+
cpu: "250m"
55+
limits:
56+
memory: "128Mi"
57+
cpu: "500m"
5158

5259
volumeMounts:
5360
- name: settings

0 commit comments

Comments
 (0)