NeMo Microservices Helm Chart#
For deployment guide, see Admin Setup in the NeMo Microservices documentation.
Values#
Key |
Type |
Default |
Description |
---|---|---|---|
customizer.customizerConfig.entityStoreURL |
string |
|
Specifies the internal K8s DNS record for the NeMo Entity Store service. |
customizer.customizerConfig.mlflowURL |
string |
|
Specifies the internal K8s DNS record for the MLflow service. |
customizer.customizerConfig.models |
object |
|
Specifies the model information to configure with the NeMo Customizer microservice. To find a complete list of models that NeMo Customizer supports, see Model Catalog. |
customizer.customizerConfig.models.”meta/llama-3.1-8b-instruct”.enabled |
bool |
|
Specifies whether to use the |
customizer.customizerConfig.nemoDataStoreURL |
string |
|
Specifies the internal K8s DNS record for the NeMo Data Store service. |
customizer.customizerConfig.training.pvc |
object |
|
Specifies where to store the customization job information during training. |
customizer.enabled |
bool |
|
Specifies whether to install the NeMo Customizer microservice. |
customizer.modelsStorage |
object |
|
Specifies whether to enable the PVC for storing base models. |
customizer.modelsStorage.accessModes |
list |
|
Specifies the access modes for the PVC. |
customizer.modelsStorage.size |
string |
|
Specifies the size of the PVC. |
customizer.modelsStorage.storageClassName |
string |
|
Specifies the storage class to use for the PVC. |
customizer.nemoDataStoreTools |
object |
|
Specifies the image pull secret for the NeMo Data Store tools. |
customizer.postgresql.nameOverride |
string |
|
The name override for the PostgreSQL database. |
customizer.postgresql.serviceAccount.create |
bool |
|
Specifies whether to create a new service account for PostgreSQL. |
customizer.postgresql.serviceAccount.name |
string |
|
|
customizer.serviceName |
string |
|
|
customizer.workspaceStorage.enabled |
bool |
|
Specifies whether to enable the PVC for storing a training job’s workspace. |
data-store.enabled |
bool |
|
Specifies whether to install the NeMo Data Store microservice. |
data-store.objectStore.enabled |
bool |
|
Specifies whether to enable object storage for the NeMo Data Store microservice. |
data-store.persistence.accessModes |
list |
|
The access modes for the persistent volume. |
data-store.persistence.claimName |
string |
|
The name of the persistent volume claim. |
data-store.persistence.enabled |
bool |
|
Specifies whether to enable persistent volume for the NeMo Data Store microservice. |
data-store.persistence.size |
string |
|
The size of the persistent volume. |
data-store.persistence.storageClass |
string |
|
The storage class to use for the persistent volume. |
data-store.replicaCount |
int |
|
The number of replicas for the NeMo Data Store microservice deployment. |
data-store.serviceAccount.create |
bool |
|
Specifies whether to create a service account for the NeMo Data Store microservice. |
data-store.serviceAccount.name |
string |
|
The service account name for the NeMo Data Store microservice. |
data-store.serviceName |
string |
|
The service name for the NeMo Data Store microservice. |
data-store.strategy.type |
string |
|
The type of deployment strategy to use for the NeMo Data Store microservice. |
deployment-management.deployments.entityStoreUrl |
string |
|
The URL for the NeMo Entity Store service. |
deployment-management.deployments.modelSyncPeriod |
string |
|
The period in seconds for model synchronization. |
deployment-management.deployments.nimImagePullSecrets |
list |
|
The image pull secrets for the NeMo Deployment Management microservice. |
deployment-management.deployments.nimPeftSource |
string |
|
The URL for the NIM PEFT source. |
deployment-management.enabled |
bool |
|
Specifies whether to install the NeMo Deployment Management microservice. |
deployment-management.image.pullPolicy |
string |
|
The pull policy for the NeMo Deployment Management container image. |
deployment-management.serviceName |
string |
|
The service name for the NeMo Deployment Management microservice. |
dgxc-admission-controller.cloudProviderSpec.dummy |
object |
|
The type of the dummy cloud provider. |
dgxc-admission-controller.dgxcController.image |
string |
|
The image for the DGX Cloud Admission Controller. |
dgxc-admission-controller.enableDGXCRbac |
bool |
|
|
dgxc-admission-controller.enableIntegrationsSupport |
bool |
|
Specifies whether to enable integrations support. |
dgxc-admission-controller.enableLabeler |
bool |
|
Specifies whether to enable the labeler. |
dgxc-admission-controller.enableNetworkPolicies |
bool |
|
Specifies whether to enable network policies. |
dgxc-admission-controller.enabled |
bool |
|
Specifies whether to install the DGX Cloud Admission Controller. |
dgxc-admission-controller.imagePullSecret |
string |
|
The image pull secret for the DGX Cloud Admission Controller. |
dgxc-admission-controller.kubernetesAffinity.enabled |
bool |
|
Specifies whether to enable Kubernetes affinity. |
entity-store.appConfig.BASE_URL_DATASTORE |
string |
|
The base URL for the NeMo Data Store microservice. |
entity-store.appConfig.BASE_URL_NIM |
string |
|
The base URL for the NIM service used by the NeMo Entity Store microservice. |
entity-store.enabled |
bool |
|
Specifies whether to install the NeMo Entity Store microservice. |
entity-store.postgresql.nameOverride |
string |
|
The name override for the PostgreSQL database. |
entity-store.postgresql.serviceAccount.create |
bool |
|
Specifies whether to create a new service account for PostgreSQL. |
entity-store.postgresql.serviceAccount.name |
string |
|
The service account name for PostgreSQL. |
entity-store.serviceName |
string |
|
The service name for the NeMo Entity Store microservice. |
evaluator.argoWorkflows.controller.serviceAccount.name |
string |
|
The name of the service account for the Argo Workflows controller. |
evaluator.argoWorkflows.crds.install |
bool |
|
Specifies whether to install the CRDs for Argo Workflows. |
evaluator.argoWorkflows.enabled |
bool |
|
Specifies whether to enable the default Argo Workflows integration for the NeMo Evaluator microservice. |
evaluator.argoWorkflows.server.authModes[0] |
string |
|
|
evaluator.argoWorkflows.server.secure |
bool |
|
Specifies whether to secure the connection to the Argo Workflows server. |
evaluator.argoWorkflows.server.serviceAccount.name |
string |
|
The name of the service account for the Argo Workflows server. |
evaluator.argoWorkflows.server.servicePort |
int |
|
The service port for the Argo Workflows server. |
evaluator.argoWorkflows.serviceName |
string |
|
The Argo Workflows service name for the NeMo Evaluator microservice. |
evaluator.enabled |
bool |
|
Specifies whether to install the NeMo Evaluator microservice. |
evaluator.external.dataStore |
object |
|
The external URL of the NeMo Data Store microservice. |
evaluator.milvus.standalone.persistence.persistentVolumeClaim.storageClass |
string |
|
Specifies the storage class to use for the Milvus PVC. |
evaluator.postgresql.nameOverride |
string |
|
The name override for the default PostgreSQL database. |
evaluator.postgresql.primary.networkPolicy.enabled |
bool |
|
Specifies whether to enable the network policy for the PostgreSQL service. |
evaluator.postgresql.serviceAccount.name |
string |
|
The name of the service account for PostgreSQL. |
evaluator.serviceName |
string |
|
|
existingImagePullSecret |
string |
|
You can specify an existing Kubernetes image pull secret for pulling images from the container registry. The chart doesn’t reference any image pull secret if you leave this empty. |
existingSecret |
string |
|
You can use an existing Kubernetes secret for pulling images. The chart uses the |
global.imagePullSecrets |
list |
|
The name of the image pull secret to use globally across all services. |
guardrails.enabled |
bool |
|
Specifies whether to install the NeMo Guardrails microservice. |
guardrails.env |
object |
|
The environment variables for the NeMo Guardrails microservice. |
guardrails.env.NIM_ENDPOINT_URL |
string |
|
The NIM endpoint URL for the NeMo Guardrails microservice. |
guardrails.serviceName |
string |
|
The service name for the NeMo Guardrails microservice. |
imagePullSecrets |
list |
|
List of image pull secrets. Existing secrets override these values if you specify them. Use this only for experimentation when you want to hardcode a secret in your values file. |
ingress.annotations |
object |
|
Annotations for the ingress resource. |
ingress.className |
string |
|
The ingress class to use if your cluster has more than one class. |
ingress.enabled |
bool |
|
Specifies whether to enable the ingress. |
ingress.hosts |
object |
|
A map of hosts and their corresponding paths for the ingress. |
ingress.hosts.dataStore.name |
string |
|
The host name for the third ingress host for the NeMo Data Store microservice. |
ingress.hosts.dataStore.paths |
list |
|
The path rules for the third ingress host. |
ingress.hosts.default.name |
string |
|
The host name for the default ingress host. |
ingress.hosts.default.paths |
list |
|
The path rules for the default ingress host. |
ingress.hosts.nimProxy.name |
string |
|
The host name for the second ingress host for the NIM Proxy microservice. |
ingress.hosts.nimProxy.paths |
list |
|
The path rules for the second ingress host. |
ingress.tls |
list |
|
TLS configurations. |
nemo-operator.controllerManager.manager.scheduler |
string |
|
The scheduler to use for the NeMo Operator. Available options: |
nemo-operator.enabled |
bool |
|
Specifies whether to install the NeMo Operator microservice. |
ngcAPIKey |
string |
|
Your NVIDIA GPU Cloud (NGC) API key authenticates and enables pulling images from the NGC container registry. The existing secret overrides this key if you provide one to the |
nim-operator.enabled |
bool |
|
Specifies whether to install the NIM Operator. |
nim-operator.nfd.nodeFeatureRules.deviceID |
bool |
|
Specifies whether to enable device ID feature rules. |
nim-proxy.enabled |
bool |
|
Specifies whether to install the NIM Proxy microservice. |
nim-proxy.monitoring.enabled |
bool |
|
Specifies whether to enable monitoring for the NIM Proxy microservice. |
nim-proxy.serviceName |
string |
|
The service name for the NIM Proxy microservice. |
nim.enabled |
bool |
|
Specifies whether to deploy a NIM for LLM during the Helm installation of the chart. You can deploy a single static NIM by enabling this object and its values. When enabled, the chart deploys |
nim.env |
list |
|
Environment variables for the NIM service. |
nim.image.repository |
string |
|
|
nim.image.tag |
string |
|
|
nim.imagePullSecrets[0].name |
string |
|
|
nim.model.name |
string |
|
The name of the model to deploy as NIM. |
nim.model.ngcAPISecret |
string |
|
The NGC API secret for model access. |
nim.persistence.annotations |
object |
|
Annotations for the PVC. |
nim.persistence.enabled |
bool |
|
Specifies whether to enable persistence volume claim (PVC) for the NIM service. |
nim.persistence.storageClass |
string |
|
Specifies the storage class to use for the PVC. |
nim.resources |
object |
|
Specifies resources for the NIM service. |
nim.resources.requests |
object |
|
Specifies requests for the NIM service. |
nim.service.labels |
object |
|
Labels for the NIM service. |
nim.statefulSet.enabled |
bool |
|
Specifies whether to enable a stateful set for the NIM service. |
virtualService |
object |
A virtual service configuration template. |
Specifies whether to enable the virtual service. If you are not using istio and virtualservices, it can be useful to create some virtual services for the NeMo Microservices system. Don’t enable unless you use istio. |
virtualService.additional.data-store |
object |
|
Additional virtual service configurations. |
virtualService.additional.data-store.entries |
object |
|
The entries for the virtual NeMo Data Store service. |
virtualService.additional.data-store.entries.data-store.corsPolicy |
object |
|
The CORS policy for the virtual NeMo Data Store service. |
virtualService.additional.data-store.entries.data-store.match |
list |
|
The match for the virtual NeMo Data Store service. |
virtualService.additional.data-store.entries.data-store.route |
list |
|
The route for the virtual NeMo Data Store service. |
virtualService.additional.data-store.gateways |
list |
|
The gateways for the virtual NeMo Data Store service. |
virtualService.additional.data-store.hosts |
list |
|
The hosts for the virtual NeMo Data Store service. |
virtualService.additional.nim-proxy.entries.nim-proxy.corsPolicy |
object |
|
The CORS policy for the virtual NIM Proxy service. |
virtualService.additional.nim-proxy.entries.nim-proxy.match |
list |
|
The match for the virtual NIM Proxy service. |
virtualService.additional.nim-proxy.entries.nim-proxy.route |
list |
|
The route for the virtual NIM Proxy service. |
virtualService.additional.nim-proxy.gateways |
list |
|
The gateways for the virtual NIM Proxy service. |
virtualService.additional.nim-proxy.hosts |
list |
|
The hosts for the virtual NIM Proxy service. |
virtualService.annotations |
object |
|
Annotations for the virtual service. |
virtualService.enabled |
bool |
|
Specifies whether to enable the virtual service. |
virtualService.labels |
object |
|
Labels for the virtual service. |
virtualService.main.entries.customizer.corsPolicy |
object |
|
The CORS policy for the virtual NeMo Customizer service. |
virtualService.main.entries.customizer.match |
list |
|
The match for the virtual NeMo Customizer service. |
virtualService.main.entries.customizer.route |
list |
|
The route for the virtual NeMo Customizer service. |
virtualService.main.entries.deployment-management.corsPolicy |
object |
|
The CORS policy for the virtual NeMo Deployment Management service. |
virtualService.main.entries.deployment-management.match |
list |
|
The match for the virtual NeMo Deployment Management service. |
virtualService.main.entries.deployment-management.route |
list |
|
The route for the virtual NeMo Deployment Management service. |
virtualService.main.entries.entity-store.corsPolicy |
object |
|
The CORS policy for the virtual NeMo Entity Store service. |
virtualService.main.entries.entity-store.match |
list |
|
The match for the virtual NeMo Entity Store service. |
virtualService.main.entries.entity-store.route |
list |
|
The route for the virtual NeMo Entity Store service. |
virtualService.main.entries.evaluator.corsPolicy |
object |
|
The CORS policy for the virtual NeMo Evaluator service. |
virtualService.main.entries.evaluator.match |
list |
|
The match for the virtual NeMo Evaluator service. |
virtualService.main.entries.evaluator.route |
list |
|
The route for the virtual NeMo Evaluator service. |
virtualService.main.entries.guardrails.corsPolicy |
object |
|
The CORS policy for the virtual NeMo Guardrails service. |
virtualService.main.entries.guardrails.match |
list |
|
The match for the virtual NeMo Guardrails service. |
virtualService.main.entries.guardrails.route |
list |
|
The route for the virtual NeMo Guardrails service. |
virtualService.main.gateways |
list |
|
A list of gateways for the virtual service. |
virtualService.main.hosts |
list |
|
A list of hosts for the virtual service. |
volcano.enabled |
bool |
|
Specifies whether to enable the default Volcano scheduler installation. To learn more, see Volcano. |