Skip to content

Commit f3be85d

Browse files
authored
Merge pull request fluxcd#2879 from jmymy/add-resource-limits-helm
Add memcached resource requests
2 parents 7eeb442 + e7d8f79 commit f3be85d

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

chart/flux/values.yaml

+10-7
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ clusterRole:
4444
# true, a name based on fullname is generated
4545
name:
4646

47-
resources:
47+
resources:
48+
# If you do want to specify resource limits, uncomment the following and adjust values
49+
# limits:
50+
# cpu: 100m
51+
# memory: 628Mi
4852
requests:
4953
cpu: 50m
5054
memory: 64Mi
@@ -201,15 +205,14 @@ memcached:
201205
nodeSelector: {}
202206
tolerations: []
203207
affinity: {}
204-
resources: {}
205-
# If you do want to specify resources, uncomment the following
206-
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
208+
resources:
209+
# If you do want to specify resource limits, uncomment the following and adjust values
207210
# limits:
208211
# cpu: 100m
209212
# memory: 628Mi
210-
# requests:
211-
# cpu: 50m
212-
# memory: 512Mi
213+
requests:
214+
cpu: 50m
215+
memory: 64Mi
213216
priorityClassName: ""
214217

215218
ssh:

0 commit comments

Comments
 (0)