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.
 
 
 
 
 
 
service-catalog/manifests/helm/nim/25.4.0/custom-values.yaml

41 lines
1.0 KiB

nimService:
name: "$nimService.name"
existingAuthSecret: "$INFISICAL_SECRET"
# Environment variables for the NIMService
env:
- name: NIM_GUIDED_DECODING_BACKEND
value: fast_outlines
- name: NIM_PEFT_SOURCE
value: http://nemo-entity-store:8000
- name: NIM_SERVED_MODEL_NAME
value: "$nimService.servModelName"
- name: NIM_MODEL_NAME
value: "$nimService.modelName"
- name: NIM_PEFT_REFRESH_INTERVAL
value: "30"
# Example 1: Create a new PVC (leave existingPVC empty)
existingPVC: ""
# storage:
# pvc:
# storageClass: longhorn
# size: 30Gi
# volumeAccessMode: ReadWriteMany
# readOnly: false
# Example 2: Use an existing PVC (specify existingPVC)
# existingPVC: "existing-pvc-name"
# storage:
# readOnly: true
image:
repository: "$image.repository"
pullPolicy: IfNotPresent
tag: "$image.tag"
imagePullSecrets:
- name: nvcrimagepullsecret
registry: nvcr.io
username: "$oauthtoken"
password: "$imagePullSecrets.password"