We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bcba1 commit ad87086Copy full SHA for ad87086
config/kubernetes/production/deployments/webapp.yaml
@@ -40,18 +40,18 @@ spec:
40
image: docs-internal
41
resources:
42
requests:
43
- cpu: 1250m
+ cpu: 1500m
44
# Absolute minimum to start app is 1000m
45
# Node is single-threaded but we want more CPUs
46
# for OS and image resizing, and other binary executions
47
# Better to increase replicas or memory than CPU
48
- memory: 8.0Gi
+ memory: 5000Mi
49
# Absolute minimum to start app is 4500Mi
50
# Would increase with more pages, versions, or languages supported
51
# The additional memory helps during traffic surges
52
limits:
53
cpu: 8000m
54
- memory: 16.0Gi
+ memory: 14.0Gi
55
ports:
56
- name: http
57
containerPort: 4000
0 commit comments