nim catalog env add

This commit is contained in:
ychangkim
2025-07-23 16:51:23 +09:00
parent eb17388ee4
commit 54a5a2abc4
3 changed files with 30 additions and 0 deletions
+13
View File
@@ -2,6 +2,19 @@ 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: