We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37eb21a commit 45da38fCopy full SHA for 45da38f
helm/fuel-mcp-server/values.yaml
@@ -67,7 +67,13 @@ ingress:
67
# hosts:
68
# - fuel-mcp-server.local
69
70
-resources: {}
+resources:
71
+ requests:
72
+ cpu: 1000m
73
+ memory: 2Gi
74
+ limits:
75
+ cpu: 4000m
76
+ memory: 6Gi
77
# We usually recommend not to specify default resources and to leave this as a conscious
78
# choice for the user. This also increases chances charts run on environments with little
79
# resources, such as Minikube. If you do want to specify resources, uncomment the following
0 commit comments