Skip to content

Commit c3798b9

Browse files
authored
Merge pull request #1448 from uc-cdis/jawadqur-patch-5
Change indexd replicaCount from 8 to 10
2 parents 65f6532 + 630a339 commit c3798b9

File tree

1 file changed

+8
-1
lines changed
  • bdcatprod/gen3.biodatacatalyst.nhlbi.nih.gov/values

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,14 @@ indexd:
487487
maxReplicas: 8
488488
minReplicas: 4
489489
targetCPUUtilizationPercentage: 90
490-
replicaCount: 8
490+
replicaCount: 10
491+
# -- (map) Resource requests and limits for the containers in the pod
492+
resources:
493+
# -- (map) The amount of resources that the container requests
494+
requests:
495+
# -- (string) The amount of memory requested
496+
memory: 512Mi
497+
cpu: 1
491498
enabled: true
492499
externalSecrets:
493500
serviceCreds: bdcatprod-indexd-service-creds

0 commit comments

Comments
 (0)