Skip to content

Commit 992643b

Browse files
authored
Update CPU resource requests and limits in values.yml (#219)
Ensure pods have enough CPU to serve NY state requests
1 parent 9d11799 commit 992643b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/values.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ rollingUpdate:
3838

3939
resources:
4040
requests:
41-
cpu: 5m
41+
cpu: 100m
4242
memory: 90Mi
4343
limits:
44-
cpu: 50m
44+
cpu: 100m
4545
memory: 500Mi
4646

4747
healthcheckPath: /

0 commit comments

Comments
 (0)