NeMo NIM Proxy Microservice Helm Chart#
For deployment guide, see Admin Setup in the NeMo Microservices documentation.
Values#
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Specifies affinity settings for the deployment. To learn more, refer to Affinity and Anti-Affinity in the Kubernetes documentation. |
autoscaling.enabled |
bool |
|
Whether to enable horizontal pod autoscaling for the NIM Proxy microservice. |
autoscaling.maxReplicas |
int |
|
The maximum number of replicas for the NIM Proxy microservice. |
autoscaling.minReplicas |
int |
|
The minimum number of replicas for the NIM Proxy microservice. |
autoscaling.targetCPUUtilizationPercentage |
int |
|
The target CPU utilization percentage for the NIM Proxy microservice. |
env |
object |
|
Additional environment variables to pass to containers. The format is |
fullnameOverride |
string |
|
String to fully override the name on resulting Kubernetes objects when the NIM Proxy microservice is deployed. |
image.pullPolicy |
string |
|
The container image pull policy for the NIM Proxy container. |
image.repository |
string |
|
The repository of the NIM Proxy container image. |
image.tag |
string |
|
The container image tag. If not set, the default value is |
imagePullSecrets |
list |
|
Image pull secrets for accessing the NGC container registry. |
ingress.annotations |
object |
|
Ingress annotations. |
ingress.className |
string |
|
The ingress class to use. |
ingress.enabled |
bool |
|
Whether to enable the ingress controller resource. |
ingress.hosts |
list |
[] |
A list of maps, each containing the keys |
ingress.tls |
list |
|
Ingress TLS configuration. |
livenessProbe.httpGet.path |
string |
|
The HTTP path for the Kubernetes liveness probe. Do not change this. |
livenessProbe.httpGet.port |
string |
|
The port name for the Kubernetes liveness probe. Do not change this. |
monitoring |
object |
|
Prometheus metrics collection configuration for monitoring the NIM Proxy microservice. To enable this, you should install the Prometheus operator before deploying the NIM Proxy microservice. |
monitoring.enabled |
bool |
|
Whether to enable monitoring for the NIM Proxy microservice. |
monitoring.interval |
string |
|
The scrape interval for monitoring. |
monitoring.path |
string |
|
The metrics path for monitoring. |
monitoring.scheme |
string |
|
The scheme for monitoring. |
nameOverride |
string |
|
String to partially override name on resulting Kubernetes objects when the NIM Proxy microservice is deployed. |
nimNamespace |
string |
|
Specifies a namespace to restrict the NIM Proxy microservice to watch NIMs in. Leave it empty to watch all namespaces. |
nodeSelector |
object |
|
Specifies labels to ensure that the microservice is deployed only on certain nodes. To learn more, refer to Node Selector in the Kubernetes documentation. |
podAnnotations |
object |
|
Pod annotations. |
podLabels |
object |
|
Pod labels. |
podSecurityContext |
object |
|
Pod security context. Use the default settings, unless you understand what changes in the pod security context settings you want to apply. |
readinessProbe.httpGet.path |
string |
|
The HTTP path for the Kubernetes readiness probe. Do not change this. |
readinessProbe.httpGet.port |
string |
|
The port name for the Kubernetes readiness probe. Do not change this. |
replicaCount |
int |
|
The number of replicas for the NeMo NIM Proxy service. |
resources |
object |
|
Configures Kubernetes resource requests and limits for the NIM Proxy microservice. Use the default settings and leave it with the empty object as is, unless you understand what changes you want to make. |
securityContext |
object |
|
Security context. Use the default settings, unless you understand what changes in the security context settings you want to apply. |
securityContext.readOnlyRootFilesystem |
bool |
|
Whether to run with a read-only root filesystem. |
service.main.port |
int |
|
The port of the main service. |
service.main.type |
string |
|
The type of the main service. |
service.metricsPort.port |
int |
|
The port of the metrics service. |
service.metricsPort.type |
string |
|
The type of the metrics service. |
serviceAccount.annotations |
object |
|
Annotations to add to the service account. |
serviceAccount.automount |
bool |
|
Whether to automatically mount a ServiceAccount’s API credentials. |
serviceAccount.create |
bool |
|
Whether to create a service account for the NIM Proxy microservice. |
serviceAccount.name |
string |
|
The name of the service account to use. If not set and create is |
tolerations |
list |
|
Specifies tolerations for pod assignment. To learn more, refer to Taint and Toleration in the Kubernetes documentation. |
volumeMounts |
list |
|
Additional volume mounts for the NIM Proxy microservice. Use the default settings and leave it with the empty list as is, unless you understand what changes you want to make. |
volumes |
list |
|
Additional volumes for the NIM Proxy microservice. Use the default settings and leave it with the empty list as is, unless you understand what changes you want to make. |