We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65f6532 + 630a339 commit c3798b9Copy full SHA for c3798b9
bdcatprod/gen3.biodatacatalyst.nhlbi.nih.gov/values/values.yaml
@@ -487,7 +487,14 @@ indexd:
487
maxReplicas: 8
488
minReplicas: 4
489
targetCPUUtilizationPercentage: 90
490
- replicaCount: 8
+ 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
498
enabled: true
499
externalSecrets:
500
serviceCreds: bdcatprod-indexd-service-creds
0 commit comments