Skip to content

Commit 5f093ad

Browse files
committed
Removed the default values as they are now ineffective with proper defaults set for each pod type separately.
1 parent a089c04 commit 5f093ad

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

values.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -426,19 +426,6 @@ podAnnotations: {}
426426
# -- The annotations set with jobAnnotations will be added to all job pods.
427427
jobAnnotations: {}
428428

429-
# -- Default resources for all Deployments and jobs unless overwritten
430-
resources: {}
431-
# We usually recommend not to specify default resources and to leave this as a conscious
432-
# choice for the user. This also increases chances charts run on environments with little
433-
# resources, such as Minikube. If you do want to specify resources, uncomment the following
434-
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
435-
# limits:
436-
# cpu: 100m
437-
# memory: 128Mi
438-
# requests:
439-
# cpu: 100m
440-
# memory: 128Mi
441-
442429
# @ignored
443430
nodeSelector: {}
444431

0 commit comments

Comments
 (0)