Files
service-catalog/charts/nim/custom-values.yaml
T
ychangkim 405955cbd0 nim
2025-07-10 16:37:04 +09:00

29 lines
658 B
YAML

nimService:
name: "$nimService.name"
existingAuthSecret: "$INFISICAL_SECRET"
# 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"