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.
25 lines
601 B
25 lines
601 B
nimService:
|
|
name: "{{ .Name }}"
|
|
existingAuthSecret: "$INFISICAL_SECRET"
|
|
existingPVC: ""
|
|
|
|
env:
|
|
- name: NIM_PEFT_SOURCE
|
|
value: http://nemo-entity-store.nemo:8000
|
|
- name: NIM_SERVED_MODEL_NAME
|
|
value: "$nimService.modelName"
|
|
- name: NIM_MODEL_NAME
|
|
value: "$nimService.modelName"
|
|
- name: NIM_PEFT_REFRESH_INTERVAL
|
|
value: "30"
|
|
|
|
image:
|
|
repository: "$image.repository"
|
|
pullPolicy: IfNotPresent
|
|
tag: "$image.tag"
|
|
|
|
imagePullSecrets:
|
|
- name: nvcrimagepullsecret
|
|
registry: nvcr.io
|
|
username: "$oauthtoken"
|
|
password: "$imagePullSecrets.password" |