We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8162909 commit c43797eCopy full SHA for c43797e
kubernetes_app.yml
@@ -83,6 +83,9 @@ spec:
83
name: web-editor-credentials
84
imagePullPolicy: Always
85
resources:
86
+ limits:
87
+ cpu: 1000m
88
+ memory: 2048Mi
89
requests:
90
cpu: 500m
91
memory: 1100Mi
@@ -233,6 +236,9 @@ spec:
233
236
234
237
235
238
239
240
241
242
243
244
0 commit comments