Skip to content

Commit 9813d5f

Browse files
committed
cpu and memory limit increased
1 parent ae78647 commit 9813d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/client/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ resources:
5959
# resources, such as Minikube. If you do want to specify resources, uncomment the following
6060
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
6161
limits:
62-
cpu: 100m
63-
memory: 128Mi
62+
cpu: 200m
63+
memory: 256Mi
6464
ephemeral-storage: 100Mi
6565
requests:
6666
cpu: 100m

0 commit comments

Comments
 (0)