Skip to content

Commit 868c050

Browse files
committed
add resources to deployment
1 parent 58d69bf commit 868c050

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deploy/deployment.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,11 @@ spec:
2929
- name: LOG_LEVEL
3030
value: debug
3131
imagePullPolicy: Always
32+
resources:
33+
limits:
34+
cpu: 250m
35+
memory: 256Mi
36+
requests:
37+
cpu: 250m
38+
memory: 256Mi
3239
restartPolicy: Always

0 commit comments

Comments
 (0)