This commit is contained in:
ychangkim
2025-07-10 16:37:04 +09:00
parent 1af68f313c
commit 405955cbd0
4 changed files with 36 additions and 3 deletions
+9 -1
View File
@@ -17,6 +17,10 @@ nimService:
existingAuthSecret: ""
authSecret: ngc-api
# If existingPVC is set, the PVC with this name will be used
# If empty, a new PVC will be created with the configuration in storage.pvc
existingPVC: ""
# NGC API Key for authentication
ngcAPIKey: ""
@@ -28,11 +32,15 @@ nimService:
# Storage configuration
storage:
# PVC configuration for creating a new PVC
# These settings are used when existingPVC is empty
pvc:
create: true
storageClass: longhorn
size: 30Gi
volumeAccessMode: ReadWriteMany
# Set to true when using an existing PVC that should be mounted as read-only
# This is recommended when existingPVC is set
readOnly: true
# Resource requirements
resources: