Skip to content

Commit 21068d2

Browse files
authored
Bump up cpu and memory for prod (#55134)
1 parent 1f11a20 commit 21068d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/kubernetes/production/deployments/webapp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ spec:
2323
image: docs-internal
2424
resources:
2525
requests:
26-
cpu: 2000m
27-
memory: 6Gi
28-
limits:
2926
cpu: 8000m
27+
memory: 10Gi
28+
limits:
29+
cpu: 16000m
3030
memory: 16Gi
3131
ports:
3232
- name: http

0 commit comments

Comments
 (0)