Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
ychangkim f6f3dd53c5 update 3 weeks ago
..
charts/nemo-common update 3 weeks ago
templates update 3 weeks ago
.helmignore update 3 weeks ago
Chart.lock update 3 weeks ago
Chart.yaml update 3 weeks ago
README.md update 3 weeks ago
values.yaml update 3 weeks ago

README.md

NeMo NIM Proxy Microservice Helm Chart

Type: application

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 false Whether to enable horizontal pod autoscaling for the NIM Proxy microservice.
autoscaling.maxReplicas int 100 The maximum number of replicas for the NIM Proxy microservice.
autoscaling.minReplicas int 1 The minimum number of replicas for the NIM Proxy microservice.
autoscaling.targetCPUUtilizationPercentage int 80 The target CPU utilization percentage for the NIM Proxy microservice.
env object {} Additional environment variables to pass to containers. The format is NAME: value or NAME: valueFrom: {object}.
fullnameOverride string "" String to fully override the name on resulting Kubernetes objects when the NIM Proxy microservice is deployed.
image.pullPolicy string "IfNotPresent" The container image pull policy for the NIM Proxy container.
image.repository string "nvcr.io/nvidia/nemo-microservices/nim-proxy" The repository of the NIM Proxy container image.
image.tag string "" The container image tag. If not set, the default value is appVersion from the Chart.yaml file.
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 false Whether to enable the ingress controller resource.
ingress.hosts list [] A list of maps, each containing the keys host and paths for the ingress resource. You must specify a list for configuring ingress for the microservice.
ingress.tls list [] Ingress TLS configuration.
livenessProbe.httpGet.path string "/health" The HTTP path for the Kubernetes liveness probe. Do not change this.
livenessProbe.httpGet.port string "http" The port name for the Kubernetes liveness probe. Do not change this.
monitoring object {"enabled":true,"interval":"30s","path":"/v1/metrics","scheme":"http"} 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 true Whether to enable monitoring for the NIM Proxy microservice.
monitoring.interval string "30s" The scrape interval for monitoring.
monitoring.path string "/v1/metrics" The metrics path for monitoring.
monitoring.scheme string "http" 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 "/health" The HTTP path for the Kubernetes readiness probe. Do not change this.
readinessProbe.httpGet.port string "http" The port name for the Kubernetes readiness probe. Do not change this.
replicaCount int 1 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 {"readOnlyRootFilesystem":true} Security context. Use the default settings, unless you understand what changes in the security context settings you want to apply.
securityContext.readOnlyRootFilesystem bool true Whether to run with a read-only root filesystem.
service.main.port int 8000 The port of the main service.
service.main.type string "ClusterIP" The type of the main service.
service.metricsPort.port int 8001 The port of the metrics service.
service.metricsPort.type string "ClusterIP" The type of the metrics service.
serviceAccount.annotations object {} Annotations to add to the service account.
serviceAccount.automount bool true Whether to automatically mount a ServiceAccount's API credentials.
serviceAccount.create bool true 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 true, a name is generated using the full name template.
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.