Skip to content

Commit ce9fb8d

Browse files
authored
Set memory limit to 2Gi in values.yaml
Added memory limit of 2Gi to the resource configuration.
1 parent c3798b9 commit ce9fb8d

File tree

1 file changed

+2
-0
lines changed
  • bdcatprod/gen3.biodatacatalyst.nhlbi.nih.gov/values

1 file changed

+2
-0
lines changed

bdcatprod/gen3.biodatacatalyst.nhlbi.nih.gov/values/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ indexd:
490490
replicaCount: 10
491491
# -- (map) Resource requests and limits for the containers in the pod
492492
resources:
493+
limits:
494+
memory: 2Gi
493495
# -- (map) The amount of resources that the container requests
494496
requests:
495497
# -- (string) The amount of memory requested

0 commit comments

Comments
 (0)