Skip to content

Commit 45da38f

Browse files
committed
mcp-server: bump up the resources
1 parent 37eb21a commit 45da38f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

helm/fuel-mcp-server/values.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,13 @@ ingress:
6767
# hosts:
6868
# - fuel-mcp-server.local
6969

70-
resources: {}
70+
resources:
71+
requests:
72+
cpu: 1000m
73+
memory: 2Gi
74+
limits:
75+
cpu: 4000m
76+
memory: 6Gi
7177
# We usually recommend not to specify default resources and to leave this as a conscious
7278
# choice for the user. This also increases chances charts run on environments with little
7379
# resources, such as Minikube. If you do want to specify resources, uncomment the following

0 commit comments

Comments
 (0)