Skip to content

Commit c43797e

Browse files
committed
add resource limit to kubernetes config
1 parent 8162909 commit c43797e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kubernetes_app.yml

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ spec:
8383
name: web-editor-credentials
8484
imagePullPolicy: Always
8585
resources:
86+
limits:
87+
cpu: 1000m
88+
memory: 2048Mi
8689
requests:
8790
cpu: 500m
8891
memory: 1100Mi
@@ -233,6 +236,9 @@ spec:
233236
name: web-editor-credentials
234237
imagePullPolicy: Always
235238
resources:
239+
limits:
240+
cpu: 1000m
241+
memory: 2048Mi
236242
requests:
237243
cpu: 500m
238244
memory: 1100Mi

0 commit comments

Comments
 (0)